diff --git a/docs/api/remote.md b/docs/api/remote.md index 999632c1d92..b01f47d169c 100644 --- a/docs/api/remote.md +++ b/docs/api/remote.md @@ -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.