From 33ecec07cbea7bf18b440df3873185cb2e0f06bf Mon Sep 17 00:00:00 2001 From: Preston Parry Date: Tue, 27 Jan 2015 11:22:21 -0800 Subject: [PATCH] Update 02.1-jsx-in-depth.md --- docs/docs/02.1-jsx-in-depth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/02.1-jsx-in-depth.md b/docs/docs/02.1-jsx-in-depth.md index 7394198e7c..01a77b0429 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 = (