From 786f840f2b7c0c57946fb7c3902259a325ca24bb Mon Sep 17 00:00:00 2001 From: Brian Tripp <46498972+bdtripp@users.noreply.github.com> Date: Mon, 8 Dec 2025 15:39:02 -0600 Subject: [PATCH] fix(curriculum): typo in react basics review (#64386) --- .../review-front-end-libraries/6724e2dbf723fe1c8883cc69.md | 2 +- .../blocks/review-react-basics/67487e141bb6a7140a352e12.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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