Merge pull request #6382 from vsemozhetbyt/patch-1
Fix a hash of a link href in the remote.md
This commit is contained in:
commit
77cdc2c4a7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue