Merge pull request #2554 from samccone/patch-1

Update tutorial language to be more explicit.
This commit is contained in:
Paul O’Shannessy
2014-11-19 06:15:35 -08:00
parent ae13325143
commit 3efc8c8aa9
+1 -1
View File
@@ -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