Merge pull request #8583 from crowchirp/docs-typo-fixes

Docs typo fixes
This commit is contained in:
Zeke Sikelianos 2017-02-03 09:55:43 -08:00 committed by GitHub
commit 6df446baba
3 changed files with 5 additions and 5 deletions

View file

@ -747,8 +747,8 @@ badge.
On macOS it shows on the dock icon. On Linux it only works for Unity launcher, 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, **Note:** Unity launcher requires the existence of a `.desktop` file to work,
for more information please read [Desktop Environment Integration][unity-requiremnt]. for more information please read [Desktop Environment Integration][unity-requirement].
### `app.getBadgeCount()` _Linux_ _macOS_ ### `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 [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 [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 [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 [mas-builds]: ../tutorial/mac-app-store-submission-guide.md
[JumpListBeginListMSDN]: https://msdn.microsoft.com/en-us/library/windows/desktop/dd378398(v=vs.85).aspx [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 [about-panel-options]: https://developer.apple.com/reference/appkit/nsapplication/1428479-orderfrontstandardaboutpanelwith?language=objc

View file

@ -82,7 +82,7 @@ list. Possible options are:
* `enable-sampling` * `enable-sampling`
* `enable-systrace` * `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, 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 the last one takes precedence. If none of the trace recording modes are
specified, recording mode is `record-until-full`. specified, recording mode is `record-until-full`.

View file

@ -30,7 +30,7 @@ The `session` module has the following methods:
* `cache` Boolean - Whether to enable cache. * `cache` Boolean - Whether to enable cache.
Returns `Session` - A session instance from `partition` string. When there is an existing 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`. `Session` instance will be created with `options`.
If `partition` starts with `persist:`, the page will use a persistent session If `partition` starts with `persist:`, the page will use a persistent session