Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3e2ea64

Browse files
committed
Merge pull request facebook#2148 from nordstrom-innovation/docfix
corrected highlighted/updated line in tutorial example
1 parent 99a45a5 commit 3e2ea64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ var CommentBox = React.createClass({
560560

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

563-
```javascript{6}
563+
```javascript{10}
564564
// tutorial18.js
565565
var CommentForm = React.createClass({
566566
handleSubmit: function(e) {

0 commit comments

Comments
 (0)