From cfd91a3b5639bceb78667cd92318bd887f7c6eb6 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 23 Mar 2018 17:35:14 -0500 Subject: [PATCH] Fix documentation tyop (#12422) --- docs/api/browser-window.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index 5fff4ab1bd02..0bd80b0fd3fd 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -361,7 +361,7 @@ It creates a new `BrowserWindow` with native properties as set by the `options`. script. You can use the `will-attach-webview` event on [webContents](web-contents.md) to strip away the `preload` script and to validate or alter the ``'s initial settings. - * `additionArguments` String[] (optional) - A list of strings that will be appended + * `additionalArguments` String[] (optional) - A list of strings that will be appended to `process.argv` in the renderer process of this app. Useful for passing small bits of data down to renderer process preload scripts. * `safeDialogs` Boolean (optional) - Whether to enable browser style