Skip to content

Commit 786f840

Browse files
authored
fix(curriculum): typo in react basics review (freeCodeCamp#64386)
1 parent 75098c3 commit 786f840

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

curriculum/challenges/english/blocks/review-front-end-libraries/6724e2dbf723fe1c8883cc69.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export default function City() {
9292
## Setting up a React project using Vite
9393

9494
- 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.
95-
- Vite, a popular project setup tool and can be used with React.
95+
- Vite is a popular project setup tool and can be used with React.
9696
- To create a new project with Vite, you can use the following command in your terminal:
9797

9898
```bash

curriculum/challenges/english/blocks/review-react-basics/67487e141bb6a7140a352e12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export default function City() {
9292
## Setting up a React project using Vite
9393

9494
- 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.
95-
- Vite, a popular project setup tool and can be used with React.
95+
- Vite is a popular project setup tool and can be used with React.
9696
- To create a new project with Vite, you can use the following command in your terminal:
9797

9898
```bash

0 commit comments

Comments
 (0)