Skip to content

Commit

Permalink
docs: fix electron.d.ts typings (#13855)
Browse files Browse the repository at this point in the history
  • Loading branch information
trop[bot] authored and MarshallOfSound committed Jul 30, 2018
1 parent 8643863 commit 77093d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api/browser-window.md
Expand Up @@ -1191,7 +1191,7 @@ mode set (but with a value within the valid range), `normal` will be assumed.

#### `win.setOverlayIcon(overlay, description)` _Windows_

* `overlay` [NativeImage](native-image.md) - the icon to display on the bottom
* `overlay` [NativeImage](native-image.md) | null - the icon to display on the bottom
right corner of the taskbar icon. If this parameter is `null`, the overlay is
cleared
* `description` String - a description that will be provided to Accessibility
Expand Down
2 changes: 1 addition & 1 deletion docs/api/tray.md
Expand Up @@ -194,7 +194,7 @@ Sets the `image` associated with this tray icon.

#### `tray.setPressedImage(image)` _macOS_

* `image` [NativeImage](native-image.md)
* `image` ([NativeImage](native-image.md) | String)

Sets the `image` associated with this tray icon when pressed on macOS.

Expand Down

0 comments on commit 77093d5

Please sign in to comment.