From ad6659117da62f2cf5c7f1fa301f5c4bd4d430dd Mon Sep 17 00:00:00 2001 From: Bella Huang <98608943+Bellahuang3715@users.noreply.github.com> Date: Tue, 10 Dec 2024 03:50:46 -0500 Subject: [PATCH] fix(curriculum): typos in quiz intro (#57467) --- client/i18n/locales/english/intro.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index 8c80b5e6629..fc294dae327 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -2844,7 +2844,7 @@ "quiz-javascript-fundamentals": { "title": "JavaScript Fundamentals Quiz", "intro": [ - "Test what you've learned in this quiz on JavaScript Fundamentals Quiz." + "Test what you've learned in this quiz on JavaScript Fundamentals." ] }, "lecture-working-with-higher-order-functions-and-callbacks": { @@ -2908,7 +2908,7 @@ "quiz-dom-manipulation-and-click-event-with-javascript": { "title": "DOM Manipulation and Click Events with JavaScript Quiz", "intro": [ - "Test what you've learned in this quiz on DOM Manipulation and Click Events with JavaScript Quiz." + "Test what you've learned in this quiz on DOM Manipulation and Click Events with JavaScript." ] }, "lecture-understanding-the-event-object-and-event-delegation": {