Merge pull request #6382 from vsemozhetbyt/patch-1

Fix a hash of a link href in the remote.md
This commit is contained in:
Kevin Sawicki 2016-07-07 08:54:23 -07:00 committed by GitHub
commit 77cdc2c4a7

View file

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