mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-07-01 21:01:20 +08:00
fix(curriculum): typo in react basics review (#64386)
This commit is contained in:
parent
75098c356a
commit
786f840f2b
@ -92,7 +92,7 @@ export default function City() {
|
||||
## Setting up a React project using Vite
|
||||
|
||||
- Project setup tools and CLIs provide a quick & easy way to start new projects, allowing developers to focus on writing code rather than dealing with configuration.
|
||||
- Vite, a popular project setup tool and can be used with React.
|
||||
- Vite is a popular project setup tool and can be used with React.
|
||||
- To create a new project with Vite, you can use the following command in your terminal:
|
||||
|
||||
```bash
|
||||
|
||||
@ -92,7 +92,7 @@ export default function City() {
|
||||
## Setting up a React project using Vite
|
||||
|
||||
- Project setup tools and CLIs provide a quick & easy way to start new projects, allowing developers to focus on writing code rather than dealing with configuration.
|
||||
- Vite, a popular project setup tool and can be used with React.
|
||||
- Vite is a popular project setup tool and can be used with React.
|
||||
- To create a new project with Vite, you can use the following command in your terminal:
|
||||
|
||||
```bash
|
||||
|
||||
Loading…
Reference in New Issue
Block a user