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 a39019e4e7..c552e805db 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 @@ -1154,7 +1154,7 @@ Up until now we have enabled our app to query and display data from the XRPL. No 1. Create the file `library/7_helpers.js` and add the following contents: {{ include_code("_code-samples/build-a-wallet/desktop-js/library/7_helpers.js", language="js") }} - +(There was no `6-helpers.js`, so don't worry!) 2. Add the new function to the import section in `index.js`: ```javascript