From df28c4779cac855723e51ce724e5ee3e9033152e Mon Sep 17 00:00:00 2001 From: Sam Saccone Date: Tue, 18 Nov 2014 12:36:20 -0500 Subject: [PATCH] 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. --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index e6e5b73d..c40389dc 100644 --- a/docs/tutorial.md +++ b/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