diff --git a/docs/tutorial.md b/docs/tutorial.md index 1950e6a2..c10c6c10 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -304,7 +304,7 @@ React.renderComponent( Now that the data is available in the `CommentList`, let's render the comments dynamically: -```javascript{4-6} +```javascript{4-6,9} // tutorial10.js var CommentList = React.createClass({ render: function() {