diff --git a/docs/02.1-jsx-in-depth.md b/docs/02.1-jsx-in-depth.md index 2c3143d2c..eb723fe88 100644 --- a/docs/02.1-jsx-in-depth.md +++ b/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: >