Browse Source

Merge pull request #2148 from nordstrom-innovation/docfix

corrected highlighted/updated line in tutorial example
main
Paul O’Shannessy 10 years ago
parent
commit
98c897e969
  1. 2
      docs/tutorial.md

2
docs/tutorial.md

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

Loading…
Cancel
Save