From 49ca9b309161f1e98179e4c5b59e84376a01c6ca Mon Sep 17 00:00:00 2001 From: Arian Faurtosh Date: Sun, 31 May 2015 19:41:01 -0700 Subject: [PATCH] added missing DOCTYPE --- docs/tutorial.ja-JP.md | 1 + docs/tutorial.ko-KR.md | 1 + docs/tutorial.md | 1 + 3 files changed, 3 insertions(+) diff --git a/docs/tutorial.ja-JP.md b/docs/tutorial.ja-JP.md index 89539679..642385e2 100644 --- a/docs/tutorial.ja-JP.md +++ b/docs/tutorial.ja-JP.md @@ -35,6 +35,7 @@ next: thinking-in-react-ja-JP.html ```html + Hello React diff --git a/docs/tutorial.ko-KR.md b/docs/tutorial.ko-KR.md index a0c9d965..e4e0db6c 100644 --- a/docs/tutorial.ko-KR.md +++ b/docs/tutorial.ko-KR.md @@ -36,6 +36,7 @@ next: thinking-in-react-ko-KR.html ```html + Hello React diff --git a/docs/tutorial.md b/docs/tutorial.md index 78cd0455..2c85b6f2 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -35,6 +35,7 @@ For this tutorial, we'll use prebuilt JavaScript files on a CDN. Open up your fa ```html + Hello React