fix(curriculum): typo in react basics review (#64386)

This commit is contained in:
Brian Tripp 2025-12-08 15:39:02 -06:00 committed by GitHub
parent 75098c356a
commit 786f840f2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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