Merge pull request #11282 from Toinane/fix-documentation

typographical revision in Documentation
This commit is contained in:
Charles Kerr 2017-12-03 09:01:24 -06:00 committed by GitHub
commit 6beaafc7e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
39 changed files with 315 additions and 315 deletions

View file

@ -75,8 +75,8 @@ The `Tray` module emits the following events:
* `shiftKey` Boolean
* `ctrlKey` Boolean
* `metaKey` Boolean
* `bounds` [Rectangle](structures/rectangle.md) - The bounds of tray icon
* `position` [Point](structures/point.md) - The position of the event
* `bounds` [Rectangle](structures/rectangle.md) - The bounds of tray icon.
* `position` [Point](structures/point.md) - The position of the event.
Emitted when the tray icon is clicked.
@ -87,7 +87,7 @@ Emitted when the tray icon is clicked.
* `shiftKey` Boolean
* `ctrlKey` Boolean
* `metaKey` Boolean
* `bounds` [Rectangle](structures/rectangle.md) - The bounds of tray icon
* `bounds` [Rectangle](structures/rectangle.md) - The bounds of tray icon.
Emitted when the tray icon is right clicked.
@ -98,7 +98,7 @@ Emitted when the tray icon is right clicked.
* `shiftKey` Boolean
* `ctrlKey` Boolean
* `metaKey` Boolean
* `bounds` [Rectangle](structures/rectangle.md) - The bounds of tray icon
* `bounds` [Rectangle](structures/rectangle.md) - The bounds of tray icon.
Emitted when the tray icon is double clicked.
@ -129,7 +129,7 @@ Emitted when dragged files are dropped in the tray icon.
#### Event: 'drop-text' _macOS_
* `event` Event
* `text` String - the dropped text string
* `text` String - the dropped text string.
Emitted when dragged text is dropped in the tray icon.
@ -152,7 +152,7 @@ Emitted when a drag operation ends on the tray or ends at another location.
* `shiftKey` Boolean
* `ctrlKey` Boolean
* `metaKey` Boolean
* `position` [Point](structures/point.md) - The position of the event
* `position` [Point](structures/point.md) - The position of the event.
Emitted when the mouse enters the tray icon.
@ -163,7 +163,7 @@ Emitted when the mouse enters the tray icon.
* `shiftKey` Boolean
* `ctrlKey` Boolean
* `metaKey` Boolean
* `position` [Point](structures/point.md) - The position of the event
* `position` [Point](structures/point.md) - The position of the event.
Emitted when the mouse exits the tray icon.
@ -174,7 +174,7 @@ Emitted when the mouse exits the tray icon.
* `shiftKey` Boolean
* `ctrlKey` Boolean
* `metaKey` Boolean
* `position` [Point](structures/point.md) - The position of the event
* `position` [Point](structures/point.md) - The position of the event.
Emitted when the mouse moves in the tray icon.
@ -244,7 +244,7 @@ win.on('hide', () => {
#### `tray.displayBalloon(options)` _Windows_
* `options` Object
* `icon` ([NativeImage](native-image.md) | String) - (optional)
* `icon` ([NativeImage](native-image.md) | String) (optional) -
* `title` String
* `content` String