Correct error in chrome-command-line-switches.md

Replace “to” with “in” to correct the error identified in
`chrome-command-line-switches.md` by @OlsonDev.
This commit is contained in:
Jeffrey Morgan 2015-07-23 20:45:08 +01:00
parent 8b4815fd95
commit d9ee8519e9

View file

@ -2,7 +2,7 @@
This page lists the command line switches used by the Chrome browser that are also supported by This page lists the command line switches used by the Chrome browser that are also supported by
Electron. You can use [app.commandLine.appendSwitch][append-switch] to append Electron. You can use [app.commandLine.appendSwitch][append-switch] to append
them to your app's main script before the [ready][ready] event of [app][app] them in your app's main script before the [ready][ready] event of [app][app]
module is emitted: module is emitted:
```javascript ```javascript