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(