From 112c404f05fed18c2a681d4bbecffd40ec0a0e94 Mon Sep 17 00:00:00 2001 From: Alexander Busse <102560752+AlexanderBuzz@users.noreply.github.com> Date: Mon, 18 Sep 2023 20:08:38 +0200 Subject: [PATCH] Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md Co-authored-by: Rome Reginelli --- .../build-apps/build-a-desktop-wallet-in-javascript.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 571a5c2db7..ce43ab88da 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 @@ -37,8 +37,7 @@ At the end of this tutorial, you will have built a JavaScript Wallet application ![Desktop wallet screenshot](img/javascript-wallet-preview.png) -The look and feel of the user interface should be roughly the same regardless of operating system, as the Electron Framework allows us to write -cross-platform applications that are styled with HTML and CSS just like a web-based application. +The look and feel of the user interface should be roughly the same regardless of operating system, as the Electron Framework allows us to write cross-platform applications that are styled with HTML and CSS just like a web-based application. The application we are going to build here will be capable of the following: