diff --git a/docs/docs/getting-started.ja-JP.md b/docs/docs/getting-started.ja-JP.md
index 0719cba3fa..7de3305a80 100644
--- a/docs/docs/getting-started.ja-JP.md
+++ b/docs/docs/getting-started.ja-JP.md
@@ -29,6 +29,7 @@ React でのハッキングを始めるにあたり、一番簡単なものと
+ Hello React!
diff --git a/docs/docs/getting-started.ko-KR.md b/docs/docs/getting-started.ko-KR.md
index 6b96ececf3..a80be6bdaf 100644
--- a/docs/docs/getting-started.ko-KR.md
+++ b/docs/docs/getting-started.ko-KR.md
@@ -29,6 +29,7 @@ React를 시작하는 가장 빠른 방법은 다음의 Hello World JSFiddle 예
+ Hello React!
diff --git a/docs/docs/getting-started.zh-CN.md b/docs/docs/getting-started.zh-CN.md
index 70a5e84b2d..7555ed34d9 100644
--- a/docs/docs/getting-started.zh-CN.md
+++ b/docs/docs/getting-started.zh-CN.md
@@ -29,6 +29,7 @@ redirect_from: "docs/index-zh-CN.html"
+ Hello React!
diff --git a/docs/docs/tutorial.ja-JP.md b/docs/docs/tutorial.ja-JP.md
index f76e9e2843..561d46e0e6 100644
--- a/docs/docs/tutorial.ja-JP.md
+++ b/docs/docs/tutorial.ja-JP.md
@@ -220,9 +220,9 @@ Markdown はインラインでテキストをフォーマットする簡単な
Hello React
-
-
-
+
+
+
```
diff --git a/docs/docs/tutorial.ko-KR.md b/docs/docs/tutorial.ko-KR.md
index db31889a97..8e07457989 100644
--- a/docs/docs/tutorial.ko-KR.md
+++ b/docs/docs/tutorial.ko-KR.md
@@ -223,9 +223,9 @@ Markdown은 텍스트를 포맷팅하는 간단한 방식입니다. 예를 들
Hello React
-
-
-
+
+
+
```
diff --git a/docs/docs/tutorial.md b/docs/docs/tutorial.md
index 6d7f912332..f8075a6a66 100644
--- a/docs/docs/tutorial.md
+++ b/docs/docs/tutorial.md
@@ -221,9 +221,9 @@ First, add the third-party library **marked** to your application. This is a Jav
Hello React
-
-
-
+
+
+
```