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 92916d7f1d..e234087c59 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 @@ -900,7 +900,7 @@ contextBridge.exposeInMainWorld('electronAPI', { }, ``` -4. Then, in `view/templte.html`, replace the existing HTML dialog element for the account with the new ones for seed and password: +4. Then, in `view/template.html`, replace the existing HTML dialog element for the account with the new ones for seed and password: ```html