Merge pull request #12847 from electron/friendly-docs

Remove judgmental docs terms
This commit is contained in:
John Kleinschmidt 2018-05-07 12:41:17 -04:00 committed by GitHub
commit c13d1e8ae6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 21 additions and 24 deletions

View file

@ -26,7 +26,7 @@ this event represents the `applicationWillFinishLaunching` notification of
`NSApplication`. You would usually set up listeners for the `open-file` and
`open-url` events here, and start the crash reporter and auto updater.
In most cases, you should just do everything in the `ready` event handler.
In most cases, you should do everything in the `ready` event handler.
### Event: 'ready'