mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user