docs: fix typos (#24982)
* docs: sync table of content from pull-requests.md to CONTRIBUTING.md This also fixes some incorrect / dead links. * docs: fix a bunch of typos
This commit is contained in:
parent
b55e8dc578
commit
5c5e006e46
15 changed files with 30 additions and 30 deletions
|
@ -269,7 +269,7 @@ Shows a message box, it will block the process until the message box is closed.
|
|||
It returns the index of the clicked button.
|
||||
|
||||
The `browserWindow` argument allows the dialog to attach itself to a parent window, making it modal.
|
||||
If `browserWindow` is not shown dialog will not be attached to it. In such case It will be displayed as independed window.
|
||||
If `browserWindow` is not shown dialog will not be attached to it. In such case it will be displayed as an independent window.
|
||||
|
||||
### `dialog.showMessageBox([browserWindow, ]options)`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue