Fix some typos, update as upstream

This commit is contained in:
Plusb Preco
2015-08-20 07:50:07 +09:00
parent 40c7e6e179
commit 172cc22d90
6 changed files with 34 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ var win = new BrowserWindow({ width: 800, height: 600 });
win.loadUrl('https://github.com');
```
Note: for the reverse (access renderer process from main process), you can use [webContents.executeJavascript](https://github.com/atom/electron/blob/master/docs/api/browser-window-ko.md#browserwindowwebcontents).
Note: for the reverse (access renderer process from main process), you can use [webContents.executeJavascript](browser-window.md#webcontents-executejavascript-code).
## Remote 객체