Fix some typos, update as upstream
authorPlusb Preco <plusb21@gmail.com>
Wed, 19 Aug 2015 22:50:07 +0000 (07:50 +0900)
committerPlusb Preco <plusb21@gmail.com>
Wed, 19 Aug 2015 22:50:07 +0000 (07:50 +0900)
docs/api/remote-ko.md
docs/api/web-view-tag-ko.md
docs/development/build-instructions-linux-ko.md
docs/development/build-instructions-mac-ko.md
docs/development/build-instructions-windows-ko.md
docs/tutorial/desktop-environment-integration-ko.md

index a28ce31..47e05b9 100644 (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 객체
 
index 1feb3ec..32a5a83 100644 (file)
@@ -296,6 +296,14 @@ Service worker에 대한 개발자 툴을 엽니다.
 
 페이지에서 `replaceMisspelling` 커맨드를 실행합니다.
 
+### `<webview>`.print([options])
+
+Webview 페이지를 인쇄합니다. `webContents.print([options])` 메서드와 같습니다.
+
+### `<webview>`.printToPDF(options, callback)
+
+Webview 페이지를 PDF 형식으로 인쇄합니다. `webContents.printToPDF(options, callback)` 메서드와 같습니다.
+
 ### `<webview>`.send(channel[, args...])
 
 * `channel` String
index 520ebc3..285b933 100644 (file)
@@ -109,6 +109,14 @@ $ sudo ln -s /usr/lib/libncurses.so.5 /usr/lib/libtinfo.so.5
 
 ## 테스트
 
+프로젝트 코딩 스타일을 확인하려면:
+
+```bash
+$ ./script/cpplint.py
+```
+
+테스트를 실행하려면:
+
 ```bash
 $ ./script/test.py
 ```
index 6608c2e..ffab481 100644 (file)
@@ -48,6 +48,14 @@ Electron은 현재 OS X 64비트 빌드만 지원하고 있습니다. 그리고
 
 ## 테스트
 
+프로젝트 코딩 스타일을 확인하려면:
+
+```bash
+$ ./script/cpplint.py
+```
+
+테스트를 실행하려면:
+
 ```bash
 $ ./script/test.py
 ```
index ec582ed..eb1283e 100644 (file)
@@ -60,6 +60,14 @@ python script\bootstrap.py -v --target_arch=x64
 
 ## 테스트
 
+프로젝트 코딩 스타일을 확인하려면:
+
+```powershell
+python script\cpplint.py
+```
+
+테스트를 실행하려면:
+
 ```powershell
 python script\test.py
 ```
index cb6d66a..68f5562 100644 (file)
@@ -219,3 +219,4 @@ window.setDocumentEdited(true);
 [setdocumentedited]: ../api/browser-window-ko.md#browserwindowsetdocumenteditededited
 [app-registration]: http://msdn.microsoft.com/en-us/library/windows/desktop/ee872121(v=vs.85).aspx
 [unity-launcher]: https://help.ubuntu.com/community/UnityLaunchersAndDesktopFiles#Adding_shortcuts_to_a_launcher
+[setthumbarbuttons]: ../api/browser-window.md#browserwindowsetthumbarbuttonsbuttons