From a5d4b8767ccd079f3eec4c40afcdc638d4af0bce Mon Sep 17 00:00:00 2001 From: kohashi85 Date: Wed, 21 Oct 2015 17:04:08 +0900 Subject: [PATCH] Update tutorial.ja-JP.md --- docs/tutorial.ja-JP.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/tutorial.ja-JP.md b/docs/tutorial.ja-JP.md index 16bf1b83..f10a5af9 100644 --- a/docs/tutorial.ja-JP.md +++ b/docs/tutorial.ja-JP.md @@ -42,6 +42,7 @@ next: thinking-in-react-ja-JP.html Hello React + @@ -339,7 +340,7 @@ var CommentList = React.createClass({ ```javascript{3} // tutorial11.js ReactDOM.render( - , + , document.getElementById('content') ); ```