Typo in function name for remote

This commit is contained in:
Kurtis Rainbolt-Greene 2015-07-02 21:58:31 -05:00
parent 5ccc909f2f
commit 6902b876a8

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.