From 84d246edec2391cff766bb542479ad6fc7574517 Mon Sep 17 00:00:00 2001 From: sakshi4719 <116568621+sakshi4719@users.noreply.github.com> Date: Fri, 31 Jan 2025 04:31:13 +0530 Subject: [PATCH] fix(curriculum): fix intro text for DOM lecture block (#58513) --- 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 42839f12e3f..64131dee908 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -2944,7 +2944,7 @@ "lecture-working-with-the-dom-click-events-and-web-apis": { "title": "Working with the DOM, Click Events, and Web APIs", "intro": [ - "In these lecture videos, you will learn how to work with the Document Object Model (DOM), the `addEventListener()` method and events, and web APIs." + "In these lecture videos, you will learn how to work with the Document Object Model (DOM), the addEventListener() method and events, and web APIs." ] }, "workshop-storytelling-app": {