Skip to content

Commit

Permalink
docs: fix MenuItem windowMenu role description
Browse files Browse the repository at this point in the history
It was changed in electron#15930
  • Loading branch information
sindresorhus authored and electron-bot committed Feb 25, 2019
1 parent 5c68870 commit 83c7ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/menu-item.md
Expand Up @@ -85,7 +85,7 @@ The `role` property can have following values:
* `fileMenu` - Whole default "File" menu (Close / Quit)
* `editMenu` - Whole default "Edit" menu (Undo, Copy, etc.).
* `viewMenu` - Whole default "View" menu (Reload, Toggle Developer Tools, etc.)
* `windowMenu` - Whole default "Window" menu (Minimize, Close, etc.).
* `windowMenu` - Whole default "Window" menu (Minimize, Zoom, etc.).

The following additional roles are available on _macOS_:

Expand Down

0 comments on commit 83c7ac8

Please sign in to comment.