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:
Sam Saccone
2014-11-18 12:36:20 -05:00
parent 09f1d04981
commit df28c4779c

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