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 d1dc644e27..986d615942 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 @@ -1213,7 +1213,7 @@ const { sendXrp } = require('./library/7_helpers') ``` -6. In the same file, add said modal dialog: +6. In the same file, at the end of the `
` section, add said modal dialog: ```html