diff --git a/content/docs/add-react-to-a-website.md b/content/docs/add-react-to-a-website.md index 3213cac7..7dd7278f 100644 --- a/content/docs/add-react-to-a-website.md +++ b/content/docs/add-react-to-a-website.md @@ -163,7 +163,7 @@ You can now use JSX! ### Compile JSX with One Command -Create create a folder called `src` and run this terminal command: +Create a folder called `src` and run this terminal command: ``` npx babel --watch src --out-dir . --presets react-app/prod