Merge pull request #4537 from afhole/patch-1

Update 02.1-jsx-in-depth.md
(cherry picked from commit 50d73f9a13)
This commit is contained in:
Jim
2015-08-12 11:58:32 -07:00
committed by Paul O’Shannessy
parent 58bc35de1c
commit 0ef62a8ea1
+1 -1
View File
@@ -87,7 +87,7 @@ desugars into native JavaScript, and the
[HTML to JSX converter](/react/html-jsx.html) to convert your existing HTML to
JSX.
If you want to use JSX, the [Getting Started](/react/docs/getting-started.html) guide shows how to setup compilation.
If you want to use JSX, the [Getting Started](/react/docs/getting-started.html) guide shows how to set up compilation.
> Note:
>