Browse Source

Fixed missing lighted line

The line number added had been changed from the previous representation of the code fence, but was not highlighted. Therefore, fixed.
main
Nadeesha Cabral 11 years ago
parent
commit
2ad7d1a0ef
  1. 2
      docs/tutorial.md

2
docs/tutorial.md

@ -303,7 +303,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() {

Loading…
Cancel
Save