From f7db89620d8eb3f16a27a398198d1e0ff33d42e5 Mon Sep 17 00:00:00 2001 From: Clarence Bakosi Date: Tue, 3 Jun 2025 13:14:08 +0100 Subject: [PATCH] fix(curriculum): typo in workshop fruit search app (#60678) --- client/i18n/locales/english/intro.json | 4 ++-- .../full-stack-developer/workshop-fruit-search-app/index.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index 0577113f3a8..f7d8a76a84d 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -3563,7 +3563,7 @@ "workshop-toggle-text-app": { "title": "Toggle Text App", "intro": [ - "In this workshop, you will continute to learn about the useState() hook by building an application that hides and shows a piece of text on the screen." + "In this workshop, you will continue to learn about the useState() hook by building an application that hides and shows a piece of text on the screen." ] }, "lab-color-picker": { @@ -3582,7 +3582,7 @@ "workshop-fruit-search-app": { "title": "Build a Fruit Search App", "intro": [ - "In this workshop, you will continute to learn about the useEffect() hook by building an application that fetches fruit data from an API based on user input and displays the results dynamically." + "In this workshop, you will continue to learn about the useEffect() hook by building an application that fetches fruit data from an API based on user input and displays the results dynamically." ] }, "vjgg": { "title": "272", "intro": [] }, diff --git a/client/src/pages/learn/full-stack-developer/workshop-fruit-search-app/index.md b/client/src/pages/learn/full-stack-developer/workshop-fruit-search-app/index.md index 29b084414d5..0bfb9383f51 100644 --- a/client/src/pages/learn/full-stack-developer/workshop-fruit-search-app/index.md +++ b/client/src/pages/learn/full-stack-developer/workshop-fruit-search-app/index.md @@ -6,4 +6,4 @@ superBlock: full-stack-developer ## Introduction to the Introduction to the Fruit Search App -In this workshop, you will continute to learn about the useEffect() hook by building an application that fetches fruit data from an API based on user input and displays the results dynamically. +In this workshop, you will continue to learn about the useEffect() hook by building an application that fetches fruit data from an API based on user input and displays the results dynamically.