From 854c59df5c4d1ffe3ea72b7eff16181b3779160d Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Wed, 21 Jan 2015 13:47:28 -0800 Subject: [PATCH] docs: Make getCurrentWindow more clear, fixes #1035 --- docs/api/remote.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/remote.md b/docs/api/remote.md index d8118cc5c6da..287b429c061b 100644 --- a/docs/api/remote.md +++ b/docs/api/remote.md @@ -135,8 +135,8 @@ Returns the object returned by `require(module)` in the browser process. ## remote.getCurrentWindow() -Returns the [BrowserWindow](browser-window.md) object which -represents the current window. +Returns the [BrowserWindow](browser-window.md) object which this web page +belongs to. ## remote.getGlobal(name)