From e4fe662aaa67dd1104a3d9330d0c929d7ca642dd Mon Sep 17 00:00:00 2001 From: Ryo Shibayama Date: Sun, 12 Jun 2016 09:44:22 +0900 Subject: [PATCH 1/3] Fix japanese tutorial --- docs/docs/tutorial.ja-JP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tutorial.ja-JP.md b/docs/docs/tutorial.ja-JP.md index 12a961764959..aeab726d533c 100755 --- a/docs/docs/tutorial.ja-JP.md +++ b/docs/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} ); From a5207bd1e78726c42a91d558c5583bfb4245710b Mon Sep 17 00:00:00 2001 From: Ryo Shibayama Date: Sun, 12 Jun 2016 15:55:45 +0900 Subject: [PATCH 2/3] Fix Italian tutorial as same as e4fe662 --- docs/docs/tutorial.it-IT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tutorial.it-IT.md b/docs/docs/tutorial.it-IT.md index 7153c7d90185..f0bd8270df65 100755 --- a/docs/docs/tutorial.it-IT.md +++ b/docs/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} ); From ea3cfa414e3a50785bab4f93bb0871b51ef7ff5f Mon Sep 17 00:00:00 2001 From: Ryo Shibayama Date: Sun, 12 Jun 2016 15:56:59 +0900 Subject: [PATCH 3/3] Fix Korean tutorial as same as e4fe662 --- docs/docs/tutorial.ko-KR.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tutorial.ko-KR.md b/docs/docs/tutorial.ko-KR.md index 113bd0f7029c..b1b8d13486ef 100755 --- a/docs/docs/tutorial.ko-KR.md +++ b/docs/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} );