From 93b0a2caa1ae3b2b27fb6876bf608e90f0cd7e9d Mon Sep 17 00:00:00 2001 From: Chandan Rai Date: Fri, 3 Feb 2017 18:58:21 +0530 Subject: [PATCH 1/3] corrected typo --- docs/api/app.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api/app.md b/docs/api/app.md index 3c7670655ae2..1c3ce7b29d88 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -747,8 +747,8 @@ badge. On macOS it shows on the dock icon. On Linux it only works for Unity launcher, -**Note:** Unity launcher requires the exsistence of a `.desktop` file to work, -for more information please read [Desktop Environment Integration][unity-requiremnt]. +**Note:** Unity launcher requires the existence of a `.desktop` file to work, +for more information please read [Desktop Environment Integration][unity-requirement]. ### `app.getBadgeCount()` _Linux_ _macOS_ @@ -902,7 +902,7 @@ Sets the `image` associated with this dock icon. [LSCopyDefaultHandlerForURLScheme]: https://developer.apple.com/library/mac/documentation/Carbon/Reference/LaunchServicesReference/#//apple_ref/c/func/LSCopyDefaultHandlerForURLScheme [handoff]: https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/Handoff/HandoffFundamentals/HandoffFundamentals.html [activity-type]: https://developer.apple.com/library/ios/documentation/Foundation/Reference/NSUserActivity_Class/index.html#//apple_ref/occ/instp/NSUserActivity/activityType -[unity-requiremnt]: ../tutorial/desktop-environment-integration.md#unity-launcher-shortcuts-linux +[unity-requirement]: ../tutorial/desktop-environment-integration.md#unity-launcher-shortcuts-linux [mas-builds]: ../tutorial/mac-app-store-submission-guide.md [JumpListBeginListMSDN]: https://msdn.microsoft.com/en-us/library/windows/desktop/dd378398(v=vs.85).aspx [about-panel-options]: https://developer.apple.com/reference/appkit/nsapplication/1428479-orderfrontstandardaboutpanelwith?language=objc From 9e7bcda07de956d82bd27fe7592e825e0fc8e250 Mon Sep 17 00:00:00 2001 From: Chandan Rai Date: Fri, 3 Feb 2017 19:11:37 +0530 Subject: [PATCH 2/3] corrected typo --- docs/api/content-tracing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/content-tracing.md b/docs/api/content-tracing.md index a1c76d880701..14b4ebfdebc1 100644 --- a/docs/api/content-tracing.md +++ b/docs/api/content-tracing.md @@ -76,7 +76,7 @@ list. Possible options are: * `enable-sampling` * `enable-systrace` -The first 3 options are trace recoding modes and hence mutually exclusive. +The first 3 options are trace recording modes and hence mutually exclusive. If more than one trace recording modes appear in the `traceOptions` string, the last one takes precedence. If none of the trace recording modes are specified, recording mode is `record-until-full`. From 4a6cbd76c8ea6462de2e42824676f5a026a64093 Mon Sep 17 00:00:00 2001 From: Chandan Rai Date: Fri, 3 Feb 2017 19:26:37 +0530 Subject: [PATCH 3/3] corrected typo --- docs/api/session.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/session.md b/docs/api/session.md index d50274e22e06..58de08d39abb 100644 --- a/docs/api/session.md +++ b/docs/api/session.md @@ -30,7 +30,7 @@ The `session` module has the following methods: * `cache` Boolean - Whether to enable cache. Returns `Session` - A session instance from `partition` string. When there is an existing -`Session` with the same `partition`, it will be returned; othewise a new +`Session` with the same `partition`, it will be returned; otherwise a new `Session` instance will be created with `options`. If `partition` starts with `persist:`, the page will use a persistent session