Fix a hash of a link href in the remote.md

📝 web-contents.md#webcontentsexecutejavascriptcode-usergesture ->
web-contents.md#webcontentsexecutejavascriptcode-usergesture-callback
This commit is contained in:
vsemozhetbyt 2016-07-07 18:52:49 +03:00 committed by GitHub
parent d23c1bf917
commit 34ed2c4da4

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