Standardize **Note:**

This commit is contained in:
Jessica Lord 2015-09-09 14:09:14 -07:00
parent e9712e2998
commit 279fd0a461
9 changed files with 11 additions and 11 deletions

View file

@ -20,7 +20,7 @@ var win = new BrowserWindow({ width: 800, height: 600 });
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](browser-window.md#webcontents-executejavascript-code).
## Remote Objects