From f7fd560ca0b3d782c0ba8d930d1533e9df048295 Mon Sep 17 00:00:00 2001 From: Ash Wilson Date: Wed, 17 Apr 2019 15:56:59 -0400 Subject: [PATCH] :doc: comment reflow --- src/main-process/atom-application.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main-process/atom-application.js b/src/main-process/atom-application.js index cb5c77e1d..2d7436fcd 100644 --- a/src/main-process/atom-application.js +++ b/src/main-process/atom-application.js @@ -1484,8 +1484,8 @@ class AtomApplication extends EventEmitter { } })() - // Show the open dialog as child window on Windows and Linux, and as - // independent dialog on macOS. This matches most native apps. + // Show the open dialog as child window on Windows and Linux, and as an independent dialog on macOS. This matches + // most native apps. const parentWindow = process.platform === 'darwin' ? null : BrowserWindow.getFocusedWindow() const openOptions = {