mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
docs: Fix incorrect dialog docs (#18606)
* docs: Fix incorrect dialog docs We had multiple definitions for `showSaveDialog`. * docs: Update, take two
This commit is contained in:
@@ -155,7 +155,7 @@ dialog.showOpenDialog(mainWindow, {
|
||||
})
|
||||
```
|
||||
|
||||
### `dialog.showSaveDialog([browserWindow, ]options)`
|
||||
### `dialog.showSaveDialogSync([browserWindow, ]options)`
|
||||
|
||||
* `browserWindow` [BrowserWindow](browser-window.md) (optional)
|
||||
* `options` Object
|
||||
|
||||
Reference in New Issue
Block a user