From 34ed2c4da4a25c01e5776950c34b8bed3669166e Mon Sep 17 00:00:00 2001 From: vsemozhetbyt Date: Thu, 7 Jul 2016 18:52:49 +0300 Subject: [PATCH] Fix a hash of a link href in the remote.md :memo: web-contents.md#webcontentsexecutejavascriptcode-usergesture -> web-contents.md#webcontentsexecutejavascriptcode-usergesture-callback --- 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 998aa6c47215..e3ed3ebb4b85 100644 --- a/docs/api/remote.md +++ b/docs/api/remote.md @@ -21,7 +21,7 @@ win.loadURL('https://github.com'); ``` **Note:** for the reverse (access the renderer process from the main process), -you can use [webContents.executeJavascript](web-contents.md#webcontentsexecutejavascriptcode-usergesture). +you can use [webContents.executeJavascript](web-contents.md#webcontentsexecutejavascriptcode-usergesture-callback). ## Remote Objects