Skip to content

Commit 34e13df

Browse files
authored
Fix setup page (#7607)
* Remove starting react project from setup page * Fix typo
1 parent 604407a commit 34e13df

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Diff for: src/content/learn/setup.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Setup
33
---
44
<Intro>
55

6-
React integrates with tools like editors, TypeScript, browser extensions, and compliers. This section will help you get your environment set up.
6+
React integrates with tools like editors, TypeScript, browser extensions, and compilers. This section will help you get your environment set up.
77

88
</Intro>
99

@@ -23,10 +23,6 @@ React Developer Tools is a browser extension that can inspect React components,
2323

2424
React Compiler is a tool that automatically optimizes your React app. [Learn more](/learn/react-compiler).
2525

26-
## Start a React Project from scratch {/*start-a-react-project-from-scratch*/}
27-
28-
If you want to build your own framework, you can [start a React project from scratch](/learn/start-a-react-project-from-scratch).
29-
3026
## Next steps {/*next-steps*/}
3127

3228
Head to the [Quick Start](/learn) guide for a tour of the most important React concepts you will encounter every day.

0 commit comments

Comments
 (0)