Fix errata
authorarus <tinydew4@gmail.com>
Fri, 23 Sep 2016 23:19:24 +0000 (08:19 +0900)
committerarus <tinydew4@gmail.com>
Fri, 23 Sep 2016 23:19:24 +0000 (08:19 +0900)
docs-translations/ko-KR/api/browser-window.md
docs-translations/ko-KR/api/remote.md
docs-translations/ko-KR/development/debug-instructions-macos.md
docs/tutorial/accessibility.md

index d7c64e8..5a32aad 100644 (file)
@@ -340,7 +340,7 @@ window.onbeforeunload = (e) => {
 
 #### Event: 'blur'
 
\9c\88ë\8f\84ì\9a°ê°\80 í\8f¬ì»¤ì\8a¤ë¥¼ ì\9e\83ì\97\88ì\9d\84 ë\96\84 발생하는 이벤트입니다.
\9c\88ë\8f\84ì\9a°ê°\80 í\8f¬ì»¤ì\8a¤ë¥¼ ì\9e\83ì\97\88ì\9d\84 ë\95\8c 발생하는 이벤트입니다.
 
 #### Event: 'focus'
 
index 604db77..1734287 100644 (file)
@@ -38,7 +38,7 @@ win.loadURL('https://github.com');
 **참고:** remote 객체가 처음 참조될 때 표시되는
 [enumerable 속성][enumerable-properties]은 remote를 통해서만 접근할 수 있습니다.
 
-**참고:** ë°°ì\97´ê³¼ ë²\84í\8d¼ë\8a\94 `remote` ëª¨ë\93\88ì\9d\84 í\86µí\95´ ì \91ê·¼í\95  ë\96\84 IPC 를 통해
+**참고:** ë°°ì\97´ê³¼ ë²\84í\8d¼ë\8a\94 `remote` ëª¨ë\93\88ì\9d\84 í\86µí\95´ ì \91ê·¼í\95  ë\95\8c IPC 를 통해
 복사됩니다. 렌더러 프로세스에서의 수정은 메인 프로세스의 것을 수정하지 않으며,
 반대의 경우도 마찬가지 입니다.
 
index 7e22073..ce2cb98 100644 (file)
@@ -106,7 +106,7 @@ Process 25244 stopped
 
 디버깅을 끝내려면, `process continue` 를 실행하세요. 또한 쓰레드에서 실행 줄
 수를 지정할 수 있습니다 (`thread until 100`). 이 명령은 현재 프레임에서 100 줄에
\8f\84ë\8b¬í\95\98ê±°ë\82\98 í\98\84ì\9e¬ í\94\84ë \88ì\9e\84ì\9d\84 ë\82\98ê°\80려고 í\95  ë\96\84 까지 쓰레드를 실행합니다.
\8f\84ë\8b¬í\95\98ê±°ë\82\98 í\98\84ì\9e¬ í\94\84ë \88ì\9e\84ì\9d\84 ë\82\98ê°\80려고 í\95  ë\95\8c 까지 쓰레드를 실행합니다.
 
 이제, Electron 의 개발자 도구를 열고 `setName` 을 호출하면, 다시 중단점을 만날
 것 입니다.
index 19d0a60..858533f 100644 (file)
@@ -30,4 +30,4 @@ In Devtron there is a new accessibility tab which will allow you to audit a page
 
 Both of these tools are using the [Accessibility Developer Tools](https://github.com/GoogleChrome/accessibility-developer-tools) library built by Google for Chrome. You can learn more about the accessibility audit rules this library uses on that [repository's wiki](https://github.com/GoogleChrome/accessibility-developer-tools/wiki/Audit-Rules).
 
-If you know of other great accessibility tools for Electron, add them to the [accessibility documentation](http://electron.atom.io/docs/tutorials/accessibility) with a pull request.
+If you know of other great accessibility tools for Electron, add them to the [accessibility documentation](http://electron.atom.io/docs/tutorial/accessibility) with a pull request.