From da1b319a04685dd0c2f5c2d27e4b6478cecb4a38 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Tue, 26 Jun 2018 11:38:32 +0100 Subject: [PATCH] Typo --- content/docs/add-react-to-a-website.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/add-react-to-a-website.md b/content/docs/add-react-to-a-website.md index 3213cac74..7dd7278ff 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