Browse Source

Merge pull request #2962 from ClimbsRocks/patch-3

Docs wording tweak for clarity
main
Ben Alpert 10 years ago
parent
commit
96398cc2e6
  1. 2
      docs/02.1-jsx-in-depth.md

2
docs/02.1-jsx-in-depth.md

@ -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 = (

Loading…
Cancel
Save