From 3efc8c8aa997e11a25b6cceeef4f592d4074af74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Wed, 19 Nov 2014 06:15:35 -0800 Subject: [PATCH] Merge pull request #2554 from samccone/patch-1 Update tutorial language to be more explicit. --- docs/docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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