Browse Source

docs: dialog.md - typo fix s/wndow/window/ (#45831)

Update dialog.md - typo fix
Dietrich Ayala 1 month ago
parent
commit
ff05d4a96c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/dialog.md

+ 1 - 1
docs/api/dialog.md

@@ -228,7 +228,7 @@ The `filters` specifies an array of file types that can be displayed, see
 **Note:** On macOS, using the asynchronous version is recommended to avoid issues when
 expanding and collapsing the dialog.
 
-### `dialog.showMessageBoxSync([wndow, ]options)`
+### `dialog.showMessageBoxSync([window, ]options)`
 
 * `window` [BaseWindow](base-window.md) (optional)
 * `options` Object