From b3c51e46e71da8308b9245409731a9fd37a5f401 Mon Sep 17 00:00:00 2001 From: Peter Butcher Date: Tue, 14 Jul 2015 16:37:52 +0100 Subject: [PATCH] Update window-open.md Just an irritating typo. --- 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 23bcf2b95f3..fa10b2e7d05 100644 --- a/docs/api/window-open.md +++ b/docs/api/window-open.md @@ -2,7 +2,7 @@ When `window.open` is called to create a new window in web page, a new instance of `BrowserWindow` will be created for the `url`, and a proxy will be returned -to `window.open` to let the page to have limited control over it. +to `window.open` to let the page have limited control over it. The proxy only has some limited standard functionality implemented to be compatible with traditional web pages, for full control of the created window