Skip to content

Commit 294c731

Browse files
fix(docs): wrong redirect link to /learn/creating-a-react-app on Create React App (Depreacted) page section (#7612)
1 parent 3ba4f8c commit 294c731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ If want to try using React in your existing app or a website, you can [add React
4848

4949
### Create React App (Deprecated) {/*create-react-app-deprecated*/}
5050

51-
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.
51+
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.
5252

5353
For more information, see [Sunsetting Create React App](/blog/2025/02/14/sunsetting-create-react-app).
5454

0 commit comments

Comments
 (0)