Translate little files into korean

This commit is contained in:
Plusb Preco
2015-07-17 09:18:16 +09:00
parent b524914008
commit 72d332dfa0
3 changed files with 17 additions and 25 deletions

View File

@@ -21,7 +21,7 @@ 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).
## Remote objects
## Remote 객체
Each object (including functions) returned by the `remote` module represents an
object in the main process (we call it a remote object or remote function).