diff --git a/curriculum/challenges/english/blocks/review-front-end-libraries/6724e2dbf723fe1c8883cc69.md b/curriculum/challenges/english/blocks/review-front-end-libraries/6724e2dbf723fe1c8883cc69.md index ebd66f854f0..55af2103f4d 100644 --- a/curriculum/challenges/english/blocks/review-front-end-libraries/6724e2dbf723fe1c8883cc69.md +++ b/curriculum/challenges/english/blocks/review-front-end-libraries/6724e2dbf723fe1c8883cc69.md @@ -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 diff --git a/curriculum/challenges/english/blocks/review-react-basics/67487e141bb6a7140a352e12.md b/curriculum/challenges/english/blocks/review-react-basics/67487e141bb6a7140a352e12.md index 97f68ea868f..311ec18ccaf 100644 --- a/curriculum/challenges/english/blocks/review-react-basics/67487e141bb6a7140a352e12.md +++ b/curriculum/challenges/english/blocks/review-react-basics/67487e141bb6a7140a352e12.md @@ -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