Merge pull request #2962 from ClimbsRocks/patch-3

Docs wording tweak for clarity
This commit is contained in:
Ben Alpert
2015-01-27 11:59:00 -08:00
committed by Paul O’Shannessy
parent c5bce48542
commit 80e4bc4dd5
+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 = (