From 6902b876a8d3d18ed5e578171b6007ecb479afa5 Mon Sep 17 00:00:00 2001 From: Kurtis Rainbolt-Greene Date: Thu, 2 Jul 2015 21:58:31 -0500 Subject: [PATCH] Typo in function name for remote --- docs/api/remote.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.