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 de6871c0b7..69a4fbbb6a 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 @@ -275,7 +275,7 @@ In the browser, `window.electronAPI.onUpdateLedgerIndex(callback)` can now be us ``` -6. Now create the `renderer.js` file in the `view`folder with the following code: +6. Now create the `renderer.js` file in the `view` folder with the following code: ```javascript const ledgerIndexEl = document.getElementById('ledger-index')