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 e3e0bf5de2
commit 8e47082fb6
+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