Remove BOM to korean docs
authortinydew4 <tinydew4@gmail.com>
Fri, 30 Sep 2016 00:03:29 +0000 (00:03 +0000)
committertinydew4 <tinydew4@gmail.com>
Fri, 30 Sep 2016 00:03:29 +0000 (00:03 +0000)
docs-translations/ko-KR/api/accelerator.md
docs-translations/ko-KR/api/auto-updater.md
docs-translations/ko-KR/api/file-object.md
docs-translations/ko-KR/api/ipc-renderer.md
docs-translations/ko-KR/api/menu-item.md
docs-translations/ko-KR/development/coding-style.md
docs-translations/ko-KR/development/source-code-directory-structure.md
docs-translations/ko-KR/tutorial/application-distribution.md

index 1930277..a606608 100644 (file)
@@ -1,4 +1,4 @@
-# Accelerator
+# Accelerator
 
 > 키보드 단축키를 정의합니다.
 
index 02e8eae..945abd4 100644 (file)
@@ -1,4 +1,4 @@
-# autoUpdater
+# autoUpdater
 
 > 애플리케이션이 자동으로 업데이트를 진행할 수 있도록 기능을 활성화합니다.
 
index 3c9ed9c..46c1ac4 100644 (file)
@@ -1,4 +1,4 @@
-# `File` 객체
+# `File` 객체
 
 > HTML5 `File` API를 기본적인 파일 시스템의 파일처럼 사용합니다.
 
index a112e0b..ec3509a 100644 (file)
@@ -1,4 +1,4 @@
-# ipcRenderer
+# ipcRenderer
 
 > 렌더러 프로세스에서 메인 프로세스로 비동기 통신을 합니다.
 
index 4331310..da9473c 100644 (file)
@@ -1,4 +1,4 @@
-# MenuItem
+# MenuItem
 
 > 네이티브 애플리케이션 메뉴와 컨텍스트 메뉴에 아이템을 추가합니다.
 
index d819e8f..f502193 100644 (file)
@@ -1,4 +1,4 @@
-# 코딩 스타일
+# 코딩 스타일
 
 이 가이드는 Electron의 코딩 스타일에 관해 설명합니다.
 
index aa6d261..ea62494 100644 (file)
@@ -1,4 +1,4 @@
-# 소스 코드 디렉터리 구조
+# 소스 코드 디렉터리 구조
 
 Electron의 소스 코드는 몇 개의 파트로 분리되어 있습니다. 그리고 Chromium의 분리
 규칙(separation conventions)을 주로 따르고 있습니다.
index e6bb624..a7eb3fc 100644 (file)
@@ -1,4 +1,4 @@
-# 애플리케이션 배포
+# 애플리케이션 배포
 
 Electron 애플리케이션을 배포하는 방법은 간단합니다.