diff --git a/docs/docs/tutorial.md b/docs/docs/tutorial.md index e6e5b73de9..c40389dc8b 100644 --- a/docs/docs/tutorial.md +++ b/docs/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