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:
parent
8b4815fd95
commit
d9ee8519e9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue