diff --git a/docs/api/dialog.md b/docs/api/dialog.md index a0ed591d8c41..2fbe23f88b38 100644 --- a/docs/api/dialog.md +++ b/docs/api/dialog.md @@ -306,7 +306,7 @@ Returns `Promise` - resolves with a promise containing the following pro * `checkboxChecked` Boolean - The checked state of the checkbox if `checkboxLabel` was set. Otherwise `false`. -Shows a message box, it will block the process until the message box is closed. +Shows a message box. The `browserWindow` argument allows the dialog to attach itself to a parent window, making it modal.