From: Kevin Sawicki Date: Tue, 13 Sep 2016 16:37:03 +0000 (-0700) Subject: initialization -> initializing X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4c4d585b845dac4895c8e97a7e208fca6abfe91b;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git initialization -> initializing --- diff --git a/docs/api/app.md b/docs/api/app.md index 18e6700..98450ee 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -32,7 +32,7 @@ Returns: * `launchInfo` Object _macOS_ -Emitted when Electron has finished initialization. On macOS, `launchInfo` holds +Emitted when Electron has finished initializing. On macOS, `launchInfo` holds the `userInfo` of the `NSUserNotification` that was used to open the application, if it was launched from Notification Center. You can call `app.isReady()` to check if this event has already fired. @@ -352,7 +352,7 @@ app.exit(0) ### `app.isReady()` -Returns `true` if Electron has finished initialization, `false` otherwise. +Returns `true` if Electron has finished initializing, `false` otherwise. ### `app.focus()`