mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-17 16:00:50 -04:00
fix(i18n): typo for intro text to DOM review (#58469)
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user