Skip to content

Commit 5a27909

Browse files
committed
Merge pull request #72 from rickbeerendonk/Getting_Started_Update
Tutorial: Mark all new lines
2 parents 137f9be + ef1483f commit 5a27909

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)