diff --git a/docs-translations/ko-KR/api/web-contents.md b/docs-translations/ko-KR/api/web-contents.md index 5d634b99b9..addf4d8788 100644 --- a/docs-translations/ko-KR/api/web-contents.md +++ b/docs-translations/ko-KR/api/web-contents.md @@ -154,7 +154,8 @@ Returns: 기본값으로 `BrowserWindow`는 `url`을 기반으로 생성됩니다. -`event.preventDefault()`를 호출하면 새로운 창이 생성되는 것을 방지할 수 있습니다. +`event.preventDefault()`를 호출하면 새로운 창이 생성되는 것을 방지할 수 +있습니다. 이러한 경우에, the `event.newGuest` may be set with a reference to a `BrowserWindow` instance to make it used by the Electron's runtime. #### Event: 'will-navigate'