Skip to content

Commit

Permalink
fix(curriculum): fix intro text for DOM lecture block (freeCodeCamp#5…
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshi4719 authored Jan 30, 2025
1 parent 918a768 commit 84d246e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/i18n/locales/english/intro.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 84d246e

Please sign in to comment.