Skip to content

Commit ef1483f

Browse files
Mark all new lines
1 parent 137f9be commit ef1483f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/jekyll/getting-started/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ React.render(
320320

321321
Now that the data is available in the `CommentList`, let's render the comments dynamically:
322322

323-
```javascript{3-8,12}
323+
```javascript{3-9,12}
324324
var CommentList = React.createClass({
325325
render: function() {
326326
var commentNodes = this.props.data.map(function (comment) {

0 commit comments

Comments
 (0)