From da0e0664853bea6eefaa95d31f390ed36562f410 Mon Sep 17 00:00:00 2001 From: rickyrojas1 <33847013+rickyrojas1@users.noreply.github.com> Date: Tue, 22 Sep 2020 15:20:49 -0400 Subject: [PATCH] Update-2020-09-22-introducing-the-new-jsx-transform.md (#3278) Fix typo --- content/blog/2020-09-22-introducing-the-new-jsx-transform.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2020-09-22-introducing-the-new-jsx-transform.md b/content/blog/2020-09-22-introducing-the-new-jsx-transform.md index 8fd7469b3..1794d613e 100644 --- a/content/blog/2020-09-22-introducing-the-new-jsx-transform.md +++ b/content/blog/2020-09-22-introducing-the-new-jsx-transform.md @@ -97,7 +97,7 @@ Since the new JSX transform doesn't require React to be in scope, [we've also pr ### Create React App -Create React App support [has been added](https://github.com/facebook/create-react-app/pull/9645) and will available in the [upcoming v4.0 release](https://gist.github.com/iansu/282dbe3d722bd7231fa3224c0f403fa1) which is currently in beta testing. +Create React App support [has been added](https://github.com/facebook/create-react-app/pull/9645) and will be available in the [upcoming v4.0 release](https://gist.github.com/iansu/282dbe3d722bd7231fa3224c0f403fa1) which is currently in beta testing. ### Next.js