Update 06-transferring-props.md

This commit is contained in:
Patrick Laughlin
2015-01-25 22:03:57 -05:00
parent f9a0d21aeb
commit d1eda2cb43

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 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({