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.