docs: Make getCurrentWindow more clear, fixes #1035

This commit is contained in:
Cheng Zhao 2015-01-21 13:47:28 -08:00
parent f6db9bc84c
commit 854c59df5c

View file

@ -135,8 +135,8 @@ Returns the object returned by `require(module)` in the browser process.
## remote.getCurrentWindow() ## remote.getCurrentWindow()
Returns the [BrowserWindow](browser-window.md) object which Returns the [BrowserWindow](browser-window.md) object which this web page
represents the current window. belongs to.
## remote.getGlobal(name) ## remote.getGlobal(name)