From 0f1fcc3f4b6121052f49b24b09d5268b6d916cb8 Mon Sep 17 00:00:00 2001 From: hkhere <33268704+hkhere@users.noreply.github.com> Date: Tue, 29 May 2018 16:14:06 +0800 Subject: [PATCH] docs: fix a typo in remote.md (#13084) --- 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 716332428e05..959354b27d24 100644 --- a/docs/api/remote.md +++ b/docs/api/remote.md @@ -22,7 +22,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#contentsexecutejavascriptcode-usergesture-callback). +you can use [webContents.executeJavaScript](web-contents.md#contentsexecutejavascriptcode-usergesture-callback). ## Remote Objects