fix(curriculum): typo in Understanding Asynchronous Programming intro (#58853)

Co-authored-by: “Iris <“liuirisny@gmail.com”>
This commit is contained in:
Iris Liu
2025-02-17 21:32:14 -05:00
committed by GitHub
parent 90c4dc373d
commit d7426188aa

View File

@@ -3337,7 +3337,7 @@
"lecture-understanding-asynchronous-programming": {
"title": "Understanding Asynchronous Programming",
"intro": [
"In these lecture videos, you will learn about asynchronous programming in JavaScript. You will learn about the differences between synchronous and asynchronous programming, how the <code>asnyc</code> keyword works, the <code>Fetch</code> API, promises, async/await, the <code>Geolocation</code> API, and much more."
"In these lecture videos, you will learn about asynchronous programming in JavaScript. You will learn about the differences between synchronous and asynchronous programming, how the <code>async</code> keyword works, the <code>Fetch</code> API, promises, <code>async/await</code>, the <code>Geolocation</code> API, and much more."
]
},
"workshop-fcc-authors-page": {