From 1007141cf1f45dbfe654a23bd049b38222b4a1b1 Mon Sep 17 00:00:00 2001
From: Jedidiah Weller <996175+jedihacks@users.noreply.github.com>
Date: Fri, 9 Sep 2022 12:44:16 -0400
Subject: [PATCH] Update desktop-app.md
Updating the electron link to include the new link for tutorial-first-app
---
docs/deployment/desktop-app.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/deployment/desktop-app.md b/docs/deployment/desktop-app.md
index d9ff4969710..517b16d4c15 100644
--- a/docs/deployment/desktop-app.md
+++ b/docs/deployment/desktop-app.md
@@ -11,7 +11,7 @@ sidebar_label: Electron Desktop App
/>
-Building a desktop app with Ionic allows developers to reuse 100% of their code and ship a traditional desktop app while still having access to all the native device features, like push notifications. This guide assumes familiarity with Electron, and does not go into "how" to build an electron app. For that, check out the official Electron guide.
+Building a desktop app with Ionic allows developers to reuse 100% of their code and ship a traditional desktop app while still having access to all the native device features, like push notifications. This guide assumes familiarity with Electron, and does not go into "how" to build an electron app. For that, check out the official Electron guide.
## macOS App