From eb9e3be4bcc7f8ae0c2f7dba78de03ff675d8a99 Mon Sep 17 00:00:00 2001 From: Sylvan Mably Date: Mon, 25 Jun 2018 21:57:12 -0400 Subject: [PATCH] Fix typo (#997) --- 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 24ed2ecca..3213cac74 100644 --- a/content/docs/add-react-to-a-website.md +++ b/content/docs/add-react-to-a-website.md @@ -173,7 +173,7 @@ npx babel --watch src --out-dir . --presets react-app/prod > >`npx` is not a typo -- it's a [package runner tool that comes with npm 5.2+](https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b). > ->If you see an error message saying "You have mistakingly installed the `babel` package", you might have missed [the previous step](#add-jsx-to-a-project). Perform it in the same folder, and then try again. +>If you see an error message saying "You have mistakenly installed the `babel` package", you might have missed [the previous step](#add-jsx-to-a-project). Perform it in the same folder, and then try again. Don't wait for it to finish -- this command starts an automated watcher for JSX.