From fb2c4eb68afb7f3cd0e9b5fc6922ed152a06cc1c Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Wed, 11 Jan 2023 13:28:05 +0000 Subject: [PATCH] Fix typo in setup.ts --- platform/template/src/setup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/template/src/setup.ts b/platform/template/src/setup.ts index d30b0af6..e7c957bf 100644 --- a/platform/template/src/setup.ts +++ b/platform/template/src/setup.ts @@ -165,7 +165,7 @@ export class ElectronCapacitorApp { // Setup the main manu bar at the top of our window. Menu.setApplicationMenu(Menu.buildFromTemplate(this.AppMenuBarMenuTemplate)); - // If the splashscreen is enabled, show it first while the main window loads then dwitch it out for the main window, or just load the main window from the start. + // If the splashscreen is enabled, show it first while the main window loads then switch it out for the main window, or just load the main window from the start. if (this.CapacitorFileConfig.electron?.splashScreenEnabled) { this.SplashScreen = new CapacitorSplashScreen({ imageFilePath: join(