Browse Source

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.
main
Sam Saccone 10 years ago
parent
commit
df28c4779c
  1. 2
      docs/tutorial.md

2
docs/tutorial.md

@ -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

Loading…
Cancel
Save