From da186bd2d6bab2bffb70b97bd123b0be6be285d3 Mon Sep 17 00:00:00 2001 From: Alexander Busse <102560752+AlexanderBuzz@users.noreply.github.com> Date: Mon, 7 Aug 2023 11:35:43 +0200 Subject: [PATCH] Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md Co-authored-by: Jackson Mills --- .../build-apps/build-a-desktop-wallet-in-javascript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2d072f2e83..1967163eae 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 @@ -1342,7 +1342,7 @@ One type of check we could make is to verify the domain name associated with an ![Screenshot: Step 8, use domain verification](img/javascript-wallet-8.png) -1. In the `library` folder, add a new file `4_helpers.js`. Then add the following contents to that file: +1. In the `library` folder, add a new file `8_helpers.js`. Then add the following contents to that file: {{ include_code("_code-samples/build-a-wallet/desktop-js/library/8_helpers.js", language="js") }}