mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-16 13:00:49 -04:00
fix(curriculum): typo in workshop fruit search app (#60678)
This commit is contained in:
@@ -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": [] },
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user