From 6baacdcde65defa9e37b493e50e0214ea318e64f Mon Sep 17 00:00:00 2001 From: Leon Yip Date: Sat, 22 Aug 2015 00:51:38 -0700 Subject: [PATCH] Update 06-transferring-props.md "This ensures that" sounds a better than "That ensures that." This change is just my personal opinion, so I totally understand my change doesn't get merged. --- docs/06-transferring-props.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/06-transferring-props.md b/docs/06-transferring-props.md index 0ccd6963..f2f30ace 100644 --- a/docs/06-transferring-props.md +++ b/docs/06-transferring-props.md @@ -24,7 +24,7 @@ The rest of this tutorial explains best practices. It uses JSX and experimental ## Manual Transfer -Most of the time you should explicitly pass the properties down. That ensures that you only expose a subset of the inner API, one that you know will work. +Most of the time you should explicitly pass the properties down. This ensures that you only expose a subset of the inner API, one that you know will work. ```javascript var FancyCheckbox = React.createClass({