Merge pull request #4686 from lyip1992/patch-5

Update 06-transferring-props.md
(cherry picked from commit d5e5261e38)
This commit is contained in:
Paul O’Shannessy
2015-08-25 09:56:13 -07:00
parent f4dfb0a184
commit 1ba4023de0
+1 -1
View File
@@ -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({