From e885e33b75799f7cc338d7604374efb35b08e2a3 Mon Sep 17 00:00:00 2001 From: Ryohei Ikegami Date: Tue, 28 Mar 2017 19:50:00 +0900 Subject: [PATCH] Fix choise -> choice --- docs/api/window-open.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/window-open.md b/docs/api/window-open.md index b0cd0e25011b..308ab9c73a12 100644 --- a/docs/api/window-open.md +++ b/docs/api/window-open.md @@ -45,7 +45,7 @@ origin preference. ### Use Native `window.open()` If you want to use native `window.open()` implementation, pass `useNativeWindowOpen: true` in `webPreferences` option. -Native `window.open()` allows synchronous access to opened windows so it is convenient choise if you need to open a dialog or a preferences window. +Native `window.open()` allows synchronous access to opened windows so it is convenient choice if you need to open a dialog or a preferences window. The creation of the `BrowserWindow` is customizable in `WebContents`'s `new-window` event.