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 94b8159f33..1374d7702f 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 @@ -62,7 +62,7 @@ and asynchronous (async) code in JavaScript. ### 0. Project setup -To initialize the project we will create a package.json file with the following content: +To initialize the project, create a package.json file with the following content: {{ include_code("_code-samples/build-a-wallet/desktop-js/package.json", language="js", lines="1-28") }}