diff --git a/docs/docs/02.1-jsx-in-depth.md b/docs/docs/02.1-jsx-in-depth.md index e4ba66e0c2..45f00e243d 100644 --- a/docs/docs/02.1-jsx-in-depth.md +++ b/docs/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 = (