From 7398aac85246e5cf2af9da6faaa6b03ce78e8275 Mon Sep 17 00:00:00 2001 From: Ryo Shibayama Date: Sun, 12 Jun 2016 16:03:13 +0900 Subject: [PATCH] Fix Japanese/Italian/Korean tutorials (#7020) * Fix japanese tutorial * Fix Italian tutorial as same as e4fe662 * Fix Korean tutorial as same as e4fe662 --- docs/tutorial.it-IT.md | 2 +- docs/tutorial.ja-JP.md | 2 +- docs/tutorial.ko-KR.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tutorial.it-IT.md b/docs/tutorial.it-IT.md index 7153c7d90..f0bd8270d 100755 --- a/docs/tutorial.it-IT.md +++ b/docs/tutorial.it-IT.md @@ -327,7 +327,7 @@ var CommentList = React.createClass({ render: function() { var commentNodes = this.props.data.map(function (comment) { return ( - + {comment.text} ); diff --git a/docs/tutorial.ja-JP.md b/docs/tutorial.ja-JP.md index 12a961764..aeab726d5 100755 --- a/docs/tutorial.ja-JP.md +++ b/docs/tutorial.ja-JP.md @@ -324,7 +324,7 @@ var CommentList = React.createClass({ render: function() { var commentNodes = this.props.data.map(function (comment) { return ( - + {comment.text} ); diff --git a/docs/tutorial.ko-KR.md b/docs/tutorial.ko-KR.md index 113bd0f70..b1b8d1348 100755 --- a/docs/tutorial.ko-KR.md +++ b/docs/tutorial.ko-KR.md @@ -331,7 +331,7 @@ var CommentList = React.createClass({ render: function() { var commentNodes = this.props.data.map(function (comment) { return ( - + {comment.text} );