From bcb5e7547de0db417a36bc268c76ad044d44577b Mon Sep 17 00:00:00 2001 From: otabekshoyimov <95689252+otabekshoyimov@users.noreply.github.com> Date: Sun, 16 Feb 2025 17:14:38 +0500 Subject: [PATCH] fix(docs): wrong redirect link to /learn/creating-a-react-app on Create React App (Depreacted) page section --- src/content/learn/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/learn/installation.md b/src/content/learn/installation.md index 8ad019c7e4a..f9a5b10fddd 100644 --- a/src/content/learn/installation.md +++ b/src/content/learn/installation.md @@ -48,7 +48,7 @@ If want to try using React in your existing app or a website, you can [add React ### Create React App (Deprecated) {/*create-react-app-deprecated*/} -Create React App is a deprecated tool, previously recommended for creating new React apps. If you want to start a new React app, you can [create a React app](/learn/creat-a-react-app) using a recommended framework. +Create React App is a deprecated tool, previously recommended for creating new React apps. If you want to start a new React app, you can [create a React app](/learn/creating-a-react-app) using a recommended framework. For more information, see [Sunsetting Create React App](/blog/2025/02/14/sunsetting-create-react-app).