From 5048b1ad4cb85059493fbcaff6326caf42719ceb Mon Sep 17 00:00:00 2001 From: aaron Date: Thu, 3 Oct 2024 07:13:00 -0700 Subject: [PATCH] removed apostrophe --- src/main/app/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {