mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
docs: ensure that optionality matches between documented params and signatures (#18613)
* docs: ensure that optionality matches between documented params and signatures * docs: ensure that all optional declarations are lower case * chore: fix broken link
This commit is contained in:
@@ -65,7 +65,7 @@ You can also attach other fields to the element of the `template` and they will
|
||||
|
||||
The `menu` object has the following instance methods:
|
||||
|
||||
#### `menu.popup(options)`
|
||||
#### `menu.popup([options])`
|
||||
|
||||
* `options` Object (optional)
|
||||
* `window` [BrowserWindow](browser-window.md) (optional) - Default is the focused window.
|
||||
|
||||
Reference in New Issue
Block a user