From 075cd2946180231c482eff44f8081ce66c7bbf66 Mon Sep 17 00:00:00 2001
From: Jongho Jeon <hojong.jjh@gmail.com>
Date: Wed, 19 May 2021 14:16:18 +0900
Subject: [PATCH 1/2] Improve components document

---
 src/v2/guide/components-registration.md | 4 ++--
 themes/vue/layout/partials/toc.ejs      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/v2/guide/components-registration.md b/src/v2/guide/components-registration.md
index 0fdeb34590..d1357d2d72 100644
--- a/src/v2/guide/components-registration.md
+++ b/src/v2/guide/components-registration.md
@@ -159,7 +159,7 @@ export default {
 }
 ```
 
-이제 `ComponentA`와 `ComponentC 모두 `ComponentB`의 템플릿에서 사용할 수 있습니다.
+이제 `ComponentA`와 `ComponentC` 모두 `ComponentB`의 템플릿에서 사용할 수 있습니다.
 
 
 ### 기본 컴포넌트를 자동으로 전역 등록하기
@@ -235,4 +235,4 @@ requireComponent.keys().forEach(fileName => {
 })
 ```
 
-**전역 등록은 (`new Vue`로) 루트 Vue 인스턴스가 만들어지기 전에 반드시 이뤄져야 한다는 것** 을 기억해주시기 바랍니다. 실제 프로젝트에서 이 패턴이 어떻게 이뤄지는지 [이 예시](https://github.com/chrisvfritz/vue-enterprise-boilerplate/blob/master/src/components/_globals.js)를 참고해주세요.
+**전역 등록은 (`new Vue`로) 루트 Vue 인스턴스가 만들어지기 전에 반드시 이뤄져야 한다는 것**을 기억해주시기 바랍니다. 실제 프로젝트에서 이 패턴이 어떻게 이뤄지는지 [이 예시](https://github.com/chrisvfritz/vue-enterprise-boilerplate/blob/master/src/components/_globals.js)를 참고해주세요.
diff --git a/themes/vue/layout/partials/toc.ejs b/themes/vue/layout/partials/toc.ejs
index f912556fa2..563f4362d8 100644
--- a/themes/vue/layout/partials/toc.ejs
+++ b/themes/vue/layout/partials/toc.ejs
@@ -6,7 +6,7 @@
         <li><h3>필수요소</h3></li>
       <% } %>
       <% if (fileName === 'components-registration') { %>
-        <li><h3>컴포넌트 톺아보기</h3></li>
+        <li><h3>컴포넌트 상세</h3></li>
       <% } %>
       <% if (fileName === 'transitions') { %>
         <li><h3>트랜지션 & 애니메이션</h3></li>

From 484d01789b52bec5d6267e82982c01544c8e77c0 Mon Sep 17 00:00:00 2001
From: Jongho Jeon <hojong.jjh@gmail.com>
Date: Wed, 19 May 2021 14:52:30 +0900
Subject: [PATCH 2/2] =?UTF-8?q?Rollback=20to=20=ED=86=BA=EC=95=84=EB=B3=B4?=
 =?UTF-8?q?=EA=B8=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 themes/vue/layout/partials/toc.ejs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/vue/layout/partials/toc.ejs b/themes/vue/layout/partials/toc.ejs
index 563f4362d8..f912556fa2 100644
--- a/themes/vue/layout/partials/toc.ejs
+++ b/themes/vue/layout/partials/toc.ejs
@@ -6,7 +6,7 @@
         <li><h3>필수요소</h3></li>
       <% } %>
       <% if (fileName === 'components-registration') { %>
-        <li><h3>컴포넌트 상세</h3></li>
+        <li><h3>컴포넌트 톺아보기</h3></li>
       <% } %>
       <% if (fileName === 'transitions') { %>
         <li><h3>트랜지션 & 애니메이션</h3></li>