From 436163842ca1042e9cd9ebf28f4d7870a290da71 Mon Sep 17 00:00:00 2001 From: AlexanderBuzz <102560752+AlexanderBuzz@users.noreply.github.com> Date: Mon, 10 Jul 2023 15:44:37 +0200 Subject: [PATCH] Fixed typos --- .../build-a-desktop-wallet-in-javascript.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md b/content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md index e544bf1255..149afefabf 100644 --- a/content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md +++ b/content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md @@ -319,7 +319,7 @@ To get the application running at this early stage of development, run the follo npm run start ``` -To run th reference application found in `content/_code-samples/build-a-wallet/desktop-js` for this step, run: +To run the reference application found in `content/_code-samples/build-a-wallet/desktop-js` for this step, run: ```console npm run ledger-index @@ -422,7 +422,7 @@ Now run the application with the following command: npm run start ``` -To run th reference application found in `content/_code-samples/build-a-wallet/desktop-js` for this step, run: +To run the reference application found in `content/_code-samples/build-a-wallet/desktop-js` for this step, run: ```console npm run ledger-index @@ -628,7 +628,7 @@ Then run the application with: npm run start ``` -To run th reference application found in `content/_code-samples/build-a-wallet/desktop-js` for this step, run: +To run the reference application found in `content/_code-samples/build-a-wallet/desktop-js` for this step, run: ```console npm run account @@ -762,7 +762,7 @@ npm run start If you are new to the XRPL an need an account address, [you can get accounts on the testnet](https://learn.xrpl.org/course/code-with-the-xrpl/lesson/create-accounts-and-send-xrp/). Here you can also use the sandbox to issue XRP transactions, which then should show up in our app. -To run th reference application found in `content/_code-samples/build-a-wallet/desktop-js` for this step, run: +To run the reference application found in `content/_code-samples/build-a-wallet/desktop-js` for this step, run: ```console npm run tx-history @@ -963,7 +963,7 @@ You should now run the application twice: At the first run, you will be asked fo npm run start ``` -To run th reference application found in `content/_code-samples/build-a-wallet/desktop-js` for this step, run: +To run the reference application found in `content/_code-samples/build-a-wallet/desktop-js` for this step, run: ```console npm run password @@ -1120,7 +1120,7 @@ Here we basically added the [Boostrap Framework]() and a little custom styling t npm run start ``` -To run th reference application found in `content/_code-samples/build-a-wallet/desktop-js` for this step, run: +To run the reference application found in `content/_code-samples/build-a-wallet/desktop-js` for this step, run: ```console npm run styling @@ -1258,7 +1258,7 @@ Now, Run the following command: npm run start ``` -To run th reference application found in `content/_code-samples/build-a-wallet/desktop-js` for this step, run: +To run the reference application found in `content/_code-samples/build-a-wallet/desktop-js` for this step, run: ```console npm run send-xrp