Typo in function name for remote
This commit is contained in:
parent
5ccc909f2f
commit
6902b876a8
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue