fix(curriculum): typo in workshop fruit search app (#60678)

This commit is contained in:
Clarence Bakosi
2025-06-03 13:14:08 +01:00
committed by GitHub
parent 8e68328e10
commit f7db89620d
2 changed files with 3 additions and 3 deletions

View File

@@ -3563,7 +3563,7 @@
"workshop-toggle-text-app": {
"title": "Toggle Text App",
"intro": [
"In this workshop, you will continute to learn about the <code>useState()</code> 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 <code>useState()</code> 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 <code>useEffect()</code> 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 <code>useEffect()</code> 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": [] },

View File

@@ -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 <code>useEffect()</code> 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 <code>useEffect()</code> hook by building an application that fetches fruit data from an API based on user input and displays the results dynamically.