diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index 21eaebf3b2f..0bae5146e7b 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -339,7 +339,9 @@ It creates a new `BrowserWindow` with native properties as set by the `options`. 'Electron Isolated Context' entry in the combo box at the top of the Console tab. **Note:** This option is currently experimental and may change or be removed in future Electron releases. - * `nativeWindowOpen` Boolean (optional) - Whether to use native `window.open()`. Defaults to `false`. + * `nativeWindowOpen` Boolean (optional) - Whether to use native + `window.open()`. Defaults to `false`. **Note:** This option is currently + experimental. * `webviewTag` Boolean (optional) - Whether to enable the [`` tag](webview-tag.md). Defaults to the value of the `nodeIntegration` option. **Note:** The `preload` script configured for the `` will have node integration