From 1ba4023de0abb86bd4e3510093c49b9660091c38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Sat, 22 Aug 2015 16:09:02 -0700 Subject: [PATCH] Merge pull request #4686 from lyip1992/patch-5 Update 06-transferring-props.md (cherry picked from commit d5e5261e38de9fdd37e94b57e47c41e035a67076) --- docs/docs/06-transferring-props.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/06-transferring-props.md b/docs/docs/06-transferring-props.md index 0ccd696340..f2f30ace01 100644 --- a/docs/docs/06-transferring-props.md +++ b/docs/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({