We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 137f9be + ef1483f commit 5a27909Copy full SHA for 5a27909
site/jekyll/getting-started/tutorial.md
@@ -320,7 +320,7 @@ React.render(
320
321
Now that the data is available in the `CommentList`, let's render the comments dynamically:
322
323
-```javascript{3-8,12}
+```javascript{3-9,12}
324
var CommentList = React.createClass({
325
render: function() {
326
var commentNodes = this.props.data.map(function (comment) {
0 commit comments