From d7426188aab3bb1de01b9af3ea4d05ea32d59f4f Mon Sep 17 00:00:00 2001
From: Iris Liu <51828194+irisfaustina@users.noreply.github.com>
Date: Mon, 17 Feb 2025 21:32:14 -0500
Subject: [PATCH] fix(curriculum): typo in Understanding Asynchronous
Programming intro (#58853)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Co-authored-by: “Iris <“liuirisny@gmail.com”>
---
client/i18n/locales/english/intro.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json
index 747501d024f..be14f2589d2 100644
--- a/client/i18n/locales/english/intro.json
+++ b/client/i18n/locales/english/intro.json
@@ -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 asnyc keyword works, the Fetch API, promises, async/await, the Geolocation 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 async keyword works, the Fetch API, promises, async/await, the Geolocation API, and much more."
]
},
"workshop-fcc-authors-page": {