From 0ef62a8ea1270414b40f0e4f4aebcca70aca4983 Mon Sep 17 00:00:00 2001 From: Jim Date: Fri, 31 Jul 2015 10:13:58 -0700 Subject: [PATCH] Merge pull request #4537 from afhole/patch-1 Update 02.1-jsx-in-depth.md (cherry picked from commit 50d73f9a13f6d3717ffbabecb67a2e750211e26d) --- 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 2c3143d2c8..eb723fe882 100644 --- a/docs/docs/02.1-jsx-in-depth.md +++ b/docs/docs/02.1-jsx-in-depth.md @@ -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: >