Browse Source

Merge pull request #1034 from nadeeshacabral/patch-1

Fixed sample code fence highlight
main
Ben Alpert 11 years ago
parent
commit
9bc90ba05c
  1. 2
      docs/tutorial.md

2
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() {

Loading…
Cancel
Save