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:
parent
69e32ad9ce
commit
f80601da16
14 changed files with 127 additions and 33 deletions
|
@ -576,7 +576,7 @@ Hides all application windows without minimizing them.
|
|||
Shows application windows after they were hidden. Does not automatically focus
|
||||
them.
|
||||
|
||||
### `app.setAppLogsPath(path)`
|
||||
### `app.setAppLogsPath([path])`
|
||||
|
||||
* `path` String (optional) - A custom path for your logs. Must be absolute.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue