Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md

Co-authored-by: Jackson Mills <aim4math@gmail.com>
This commit is contained in:
Alexander Busse
2023-07-27 12:47:19 +02:00
committed by GitHub
parent 8ce2ccea3d
commit 76fa3cd49a

View File

@@ -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
<dialog id="seed-dialog">