more updates to api summaries based on feedback

This commit is contained in:
Zeke Sikelianos 2016-04-22 11:42:54 -07:00
parent 2c8261b429
commit 799fd13c50
6 changed files with 10 additions and 10 deletions

View file

@ -3,8 +3,8 @@
> Command line switches supported by Electron.
You can use [app.commandLine.appendSwitch][append-switch] to append them in
your app's main script before the [ready][ready] event of [app][app] module is
emitted:
your app's main script before the [ready][ready] event of the [app][app] module
is emitted:
```javascript
const app = require('electron').app;