Update 02.1-jsx-in-depth.md

This commit is contained in:
Preston Parry
2015-01-27 11:22:21 -08:00
parent 8bbaa95a49
commit 33ecec07cb
+1 -1
View File
@@ -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 = (