docs: fix a typo in remote.md (#13084)
This commit is contained in:
parent
562831ec1a
commit
0f1fcc3f4b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ win.loadURL('https://github.com')
|
||||||
```
|
```
|
||||||
|
|
||||||
**Note:** For the reverse (access the renderer process from the main process),
|
**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
|
## Remote Objects
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue