mirror of
https://github.com/facebook/react.git
synced 2026-02-27 03:07:57 +00:00
Merge pull request #2148 from nordstrom-innovation/docfix
corrected highlighted/updated line in tutorial example
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user