Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md

Co-authored-by: Jackson Mills <aim4math@gmail.com>
This commit is contained in:
Alexander Busse
2023-07-10 15:36:22 +02:00
committed by GitHub
parent f19b4b6547
commit 0ccaee255a

View File

@@ -159,7 +159,7 @@ app.whenReady().then(() => {
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 hello