fix(curriculum): fix intro text for DOM lecture block (#58513)

This commit is contained in:
sakshi4719
2025-01-31 04:31:13 +05:30
committed by GitHub
parent 918a76869b
commit 84d246edec

View File

@@ -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 <code>addEventListener()</code> method and events, and web APIs."
]
},
"workshop-storytelling-app": {