mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-26 18:58:17 +00:00
Update tutorial language to be more explicit.
The word "Friends" does establish a relationship however it does not fit in the vernacular of react. This change makes the phrase more explicit and more familiar.
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