docs: fix a typo in remote.md (#13084)

This commit is contained in:
hkhere 2018-05-29 16:14:06 +08:00 committed by Charles Kerr
parent 562831ec1a
commit 0f1fcc3f4b

View file

@ -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