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} ); 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} ); 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} );