mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
docs: add parentheses + change lower case to upper case in some places (#18368)
* fix: add parentheses Add parentheses to the end `app.showAboutPanel`, because this is method. * fix: change 'Promise<string>' to 'Promise<String>' Change `Promise<string>` to `Promise<String>`, because this is class name. * docs: change lower case to upper case Change lower case in word `menu` to upper case - `Menu`, because it's method.
This commit is contained in:
@@ -10,7 +10,7 @@ Creates a new menu.
|
||||
|
||||
### Static Methods
|
||||
|
||||
The `menu` class has the following static methods:
|
||||
The `Menu` class has the following static methods:
|
||||
|
||||
#### `Menu.setApplicationMenu(menu)`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user