From d7fc7ef2eeb45838cf17a7dedbd09ee06aaef6ef Mon Sep 17 00:00:00 2001 From: arus Date: Sat, 24 Sep 2016 08:19:24 +0900 Subject: [PATCH] Fix errata --- docs-translations/ko-KR/api/browser-window.md | 2 +- docs-translations/ko-KR/api/remote.md | 2 +- docs-translations/ko-KR/development/debug-instructions-macos.md | 2 +- docs/tutorial/accessibility.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs-translations/ko-KR/api/browser-window.md b/docs-translations/ko-KR/api/browser-window.md index d7c64e867..5a32aad18 100644 --- a/docs-translations/ko-KR/api/browser-window.md +++ b/docs-translations/ko-KR/api/browser-window.md @@ -340,7 +340,7 @@ window.onbeforeunload = (e) => { #### Event: 'blur' -윈도우가 포커스를 잃었을 떄 발생하는 이벤트입니다. +윈도우가 포커스를 잃었을 때 발생하는 이벤트입니다. #### Event: 'focus' diff --git a/docs-translations/ko-KR/api/remote.md b/docs-translations/ko-KR/api/remote.md index 604db7708..17342877b 100644 --- a/docs-translations/ko-KR/api/remote.md +++ b/docs-translations/ko-KR/api/remote.md @@ -38,7 +38,7 @@ win.loadURL('https://github.com'); **참고:** remote 객체가 처음 참조될 때 표시되는 [enumerable 속성][enumerable-properties]은 remote를 통해서만 접근할 수 있습니다. -**참고:** 배열과 버퍼는 `remote` 모듈을 통해 접근할 떄 IPC 를 통해 +**참고:** 배열과 버퍼는 `remote` 모듈을 통해 접근할 때 IPC 를 통해 복사됩니다. 렌더러 프로세스에서의 수정은 메인 프로세스의 것을 수정하지 않으며, 반대의 경우도 마찬가지 입니다. diff --git a/docs-translations/ko-KR/development/debug-instructions-macos.md b/docs-translations/ko-KR/development/debug-instructions-macos.md index 7e2207382..ce2cb98e0 100644 --- a/docs-translations/ko-KR/development/debug-instructions-macos.md +++ b/docs-translations/ko-KR/development/debug-instructions-macos.md @@ -106,7 +106,7 @@ Process 25244 stopped 디버깅을 끝내려면, `process continue` 를 실행하세요. 또한 쓰레드에서 실행 줄 수를 지정할 수 있습니다 (`thread until 100`). 이 명령은 현재 프레임에서 100 줄에 -도달하거나 현재 프레임을 나가려고 할 떄 까지 쓰레드를 실행합니다. +도달하거나 현재 프레임을 나가려고 할 때 까지 쓰레드를 실행합니다. 이제, Electron 의 개발자 도구를 열고 `setName` 을 호출하면, 다시 중단점을 만날 것 입니다. diff --git a/docs/tutorial/accessibility.md b/docs/tutorial/accessibility.md index 19d0a60e7..858533f9d 100644 --- a/docs/tutorial/accessibility.md +++ b/docs/tutorial/accessibility.md @@ -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. -- 2.34.1