Skip to content

Commit a07ab60

Browse files
committed
Merge pull request react#2554 from samccone/patch-1
Update tutorial language to be more explicit.
2 parents 93bbb3e + 8e47082 commit a07ab60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docs/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ var CommentForm = React.createClass({
141141
});
142142
```
143143

144-
Next, update the `CommentBox` component to use its new friends:
144+
Next, update the `CommentBox` component to use these new components:
145145

146146
```javascript{6-8}
147147
// tutorial3.js

0 commit comments

Comments
 (0)