Skip to content

Commit

Permalink
changed firsts 'showSavedDialog' header to 'showSavedDialogSync'
Browse files Browse the repository at this point in the history
  • Loading branch information
rr326 committed Jun 4, 2019
1 parent 671e070 commit 8a2f626
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 8a2f626

Please sign in to comment.