@ -132,7 +132,7 @@ MyFormComponent.Label = React.createClass({ ... });
MyFormComponent.Input = React.createClass({ ... });
```
JSX will take care to make the things right when compile your code.
JSX will handle this properly when compiling your code.
```javascript
var App = (