Merge pull request #2109 from krainboltgreene/patch-1

Typo in function name for remote
This commit is contained in:
Cheng Zhao 2015-07-05 22:55:09 +08:00
commit 822efa2f97

View file

@ -142,7 +142,7 @@ Returns the object returned by `require(module)` in the main process.
Returns the [BrowserWindow](browser-window.md) object which this web page
belongs to.
## remote.getCurrentWebContent()
## remote.getCurrentWebContents()
Returns the WebContents object of this web page.