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:
parent
e81afed66d
commit
204e3808d2
3 changed files with 3 additions and 3 deletions
|
@ -203,7 +203,7 @@ The `proxyBypassRules` is a comma separated list of rules described below:
|
|||
|
||||
* `url` URL
|
||||
|
||||
Returns `Promise<string>` - Resolves with the proxy information for `url`.
|
||||
Returns `Promise<String>` - Resolves with the proxy information for `url`.
|
||||
|
||||
#### `ses.setDownloadPath(path)`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue