From 1b0f933aba057ed7a5b9aa1db210847010b7e14e 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/02.1-jsx-in-depth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02.1-jsx-in-depth.md b/docs/02.1-jsx-in-depth.md index 7394198e..01a77b04 100644 --- a/docs/02.1-jsx-in-depth.md +++ b/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 = (