Skip to content

Commit

Permalink
Merge pull request #2148 from nordstrom-innovation/docfix
Browse files Browse the repository at this point in the history
corrected highlighted/updated line in tutorial example
  • Loading branch information
zpao committed Sep 5, 2014
2 parents b36c9f6 + 3e59977 commit ce014a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ var CommentBox = React.createClass({

Let's call the callback from the `CommentForm` when the user submits the form:

```javascript{6}
```javascript{10}
// tutorial18.js
var CommentForm = React.createClass({
handleSubmit: function(e) {
Expand Down

0 comments on commit ce014a0

Please sign in to comment.