From d2bcbafe738e66a2d17fb0c73cfc1d98cfd4ba47 Mon Sep 17 00:00:00 2001 From: arus Date: Fri, 23 Sep 2016 12:56:21 +0900 Subject: [PATCH] Translate additonally --- docs-translations/ko-KR/tutorial/debugging-main-process.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-translations/ko-KR/tutorial/debugging-main-process.md b/docs-translations/ko-KR/tutorial/debugging-main-process.md index 61a15b1582c..70cd375dcb7 100644 --- a/docs-translations/ko-KR/tutorial/debugging-main-process.md +++ b/docs-translations/ko-KR/tutorial/debugging-main-process.md @@ -23,5 +23,5 @@ Electron 브라우저 창의 개발자 도구는 웹 페이지 같은 창에서 V8 디버거 프로토콜을 지원하는 디버거가 필요합니다. 다음 가이드들이 도움이 됩니다: -- [Debugging the Main Process in VSCode](debugging-main-process-vscode.md) -- [Debugging the Main Process in node-inspector](debugging-main-process-node-inspector.md) +- [VSCode 에서 메인 프로세스 디버깅하기](debugging-main-process-vscode.md) +- [node-inspector 에서 메인 프로세스 디버깅하기](debugging-main-process-node-inspector.md)