From c189bc5d652f6d91b33f67f664a393e6794ca3e8 Mon Sep 17 00:00:00 2001
From: Khaled M'hirsi <121170999+khaledmhirsi@users.noreply.github.com>
Date: Wed, 29 Jan 2025 13:56:19 +0300
Subject: [PATCH] fix(i18n): typo for intro text to DOM review (#58469)
---
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 273b3c1eadb..3aab04d3528 100644
--- a/client/i18n/locales/english/intro.json
+++ b/client/i18n/locales/english/intro.json
@@ -2961,7 +2961,7 @@
"title": "DOM Manipulation and Click Events with JavaScript Review",
"intro": [
"Before you're quizzed on the DOM, you should review what you've learned about it.",
- "Open up this page to review concepts including how to work with the DOM, Web API's/code>, the addEventListener() method and more."
+ "Open up this page to review concepts including how to work with the DOM, Web API's, the addEventListener() method and more."
]
},
"quiz-dom-manipulation-and-click-event-with-javascript": {