Merge pull request #2148 from nordstrom-innovation/docfix

corrected highlighted/updated line in tutorial example
This commit is contained in:
Paul O’Shannessy
2014-09-05 10:59:24 -07:00

View File

@@ -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) {