diff --git a/src/main/app/app.ts b/src/main/app/app.ts index 3f46d80..0860cb4 100644 --- a/src/main/app/app.ts +++ b/src/main/app/app.ts @@ -31,7 +31,7 @@ export function handleAppSecondInstance(event: Event, argv: string[]) { log.debug('handleAppSecondInstance', argv); // Protocol handler for win32 - // argv: An array of the second instance’s (command line / deep linked) arguments + // argv: An array of the second instances (command line / deep linked) arguments MainWindow.show(); const deeplinkingURL = getDeeplinkingURL(argv); if (deeplinkingURL) {