Browse Source

Merge pull request #2554 from samccone/patch-1

Update tutorial language to be more explicit.
main
Paul O’Shannessy 10 years ago
parent
commit
61a5ef94d5
  1. 2
      docs/tutorial.md

2
docs/tutorial.md

@ -141,7 +141,7 @@ var CommentForm = React.createClass({
});
```
Next, update the `CommentBox` component to use its new friends:
Next, update the `CommentBox` component to use these new components:
```javascript{6-8}
// tutorial3.js

Loading…
Cancel
Save