Skip to content

Commit

Permalink
docs: Fix incorrect dialog docs (#18606)
Browse files Browse the repository at this point in the history
* docs: Fix incorrect dialog docs

We had multiple definitions for `showSaveDialog`.

* docs: Update, take two
  • Loading branch information
trop[bot] authored and codebytere committed Jun 3, 2019
1 parent 9b53533 commit aadcce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/dialog.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ dialog.showOpenDialog(mainWindow, {
})
```

### `dialog.showSaveDialog([browserWindow, ]options)`
### `dialog.showSaveDialogSync([browserWindow, ]options)`

* `browserWindow` [BrowserWindow](browser-window.md) (optional)
* `options` Object
Expand Down

0 comments on commit aadcce0

Please sign in to comment.