From bd788b1cbd3f9cf7948ef0f678c2323054dbdb76 Mon Sep 17 00:00:00 2001 From: Ash Wilson Date: Wed, 17 Apr 2019 15:13:17 -0400 Subject: [PATCH] :memo: a/an --- src/main-process/atom-application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main-process/atom-application.js b/src/main-process/atom-application.js index 879975cb6..2f9ae9ad0 100644 --- a/src/main-process/atom-application.js +++ b/src/main-process/atom-application.js @@ -330,7 +330,7 @@ class AtomApplication extends EventEmitter { } else if (urlsToOpen.length > 0) { return urlsToOpen.map(urlToOpen => this.openUrl({urlToOpen, devMode, safeMode, env})) } else { - // Always open a editor window if this is the first instance of Atom. + // Always open an editor window if this is the first instance of Atom. return this.openPath({ pidToKillWhenClosed, newWindow,