From ff05d4a96ca9652bea76f63270c0b19c0707a4e1 Mon Sep 17 00:00:00 2001 From: Dietrich Ayala <50103+autonome@users.noreply.github.com> Date: Thu, 27 Feb 2025 10:32:42 +0100 Subject: [PATCH] docs: dialog.md - typo fix s/wndow/window/ (#45831) Update dialog.md - typo fix --- docs/api/dialog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/dialog.md b/docs/api/dialog.md index 27590bf6c209..a3a18584e648 100644 --- a/docs/api/dialog.md +++ b/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