Docs: app: small process.argv clarification
authorAdam Lynch <contact@adamlynch.com>
Sun, 7 Feb 2016 17:31:37 +0000 (17:31 +0000)
committerAdam Lynch <contact@adamlynch.com>
Sun, 7 Feb 2016 17:31:37 +0000 (17:31 +0000)
docs/api/app.md

index 4b5c6ee..adba230 100644 (file)
@@ -87,7 +87,7 @@ handle this case (even before the `ready` event is emitted).
 
 You should call `event.preventDefault()` if you want to handle this event.
 
-On Windows, you have to parse `process.argv` to get the filepath.
+On Windows, you have to parse `process.argv` (in the main process) to get the filepath.
 
 ### Event: 'open-url' _OS X_