fix(i18n): typo for intro text to DOM review (#58469)

This commit is contained in:
Khaled M'hirsi
2025-01-29 13:56:19 +03:00
committed by GitHub
parent 83bae7e036
commit c189bc5d65

View File

@@ -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 <code>DOM</code>, <code>Web API's/code>, the <code>addEventListener()</code> method and more."
"Open up this page to review concepts including how to work with the <code>DOM</code>, <code>Web API's</code>, the <code>addEventListener()</code> method and more."
]
},
"quiz-dom-manipulation-and-click-event-with-javascript": {