docs: Fix incorrect dialog docs (#18227)
* docs: Fix incorrect dialog docs We had multiple definitions for `showSaveDialog`. * docs: Update, take two
This commit is contained in:
parent
8b5473c170
commit
cb4579fe28
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ dialog.showOpenDialog(mainWindow, {
|
|||
})
|
||||
```
|
||||
|
||||
### `dialog.showSaveDialog([browserWindow, ]options)`
|
||||
### `dialog.showSaveDialogSync([browserWindow, ]options)`
|
||||
|
||||
* `browserWindow` [BrowserWindow](browser-window.md) (optional)
|
||||
* `options` Object
|
||||
|
|
Loading…
Reference in a new issue