Browse Source

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.
Jeffrey Morgan 9 years ago
parent
commit
d9ee8519e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/chrome-command-line-switches.md

+ 1 - 1
docs/api/chrome-command-line-switches.md

@@ -2,7 +2,7 @@
 
 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
-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:
 
 ```javascript