From d1eda2cb43363c1547208ed45e358c27eac47f5a Mon Sep 17 00:00:00 2001 From: Patrick Laughlin Date: Sun, 25 Jan 2015 22:03:57 -0500 Subject: [PATCH] Update 06-transferring-props.md --- 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 69a2c0d3..a78a6afc 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 exposes a subset of the inner API, one that you know will work. +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. ```javascript var FancyCheckbox = React.createClass({