mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Merge pull request #2554 from samccone/patch-1
Update tutorial language to be more explicit.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user