mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Merge pull request #2962 from ClimbsRocks/patch-3
Docs wording tweak for clarity
This commit is contained in:
@@ -132,7 +132,7 @@ MyFormComponent.Label = React.createClass({ ... });
|
|||||||
MyFormComponent.Input = 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
|
```javascript
|
||||||
var App = (
|
var App = (
|
||||||
|
|||||||
Reference in New Issue
Block a user