Skip to content

Commit 84d246e

Browse files
authored
fix(curriculum): fix intro text for DOM lecture block (freeCodeCamp#58513)
1 parent 918a768 commit 84d246e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/i18n/locales/english/intro.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2944,7 +2944,7 @@
29442944
"lecture-working-with-the-dom-click-events-and-web-apis": {
29452945
"title": "Working with the DOM, Click Events, and Web APIs",
29462946
"intro": [
2947-
"In these lecture videos, you will learn how to work with the Document Object Model (DOM), the `addEventListener()` method and events, and web APIs."
2947+
"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."
29482948
]
29492949
},
29502950
"workshop-storytelling-app": {

0 commit comments

Comments
 (0)