From 80e4bc4dd5aa28ea593eef55e961f00129e605f3 Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Tue, 27 Jan 2015 11:59:00 -0800 Subject: [PATCH] Merge pull request #2962 from ClimbsRocks/patch-3 Docs wording tweak for clarity --- 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 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 = (