diff --git a/curriculum/challenges/english/blocks/lecture-working-with-the-dom-click-events-and-web-apis/67336894ae148431a870694d.md b/curriculum/challenges/english/blocks/lecture-working-with-the-dom-click-events-and-web-apis/67336894ae148431a870694d.md index 17b0c62ddfa..60e82f03170 100644 --- a/curriculum/challenges/english/blocks/lecture-working-with-the-dom-click-events-and-web-apis/67336894ae148431a870694d.md +++ b/curriculum/challenges/english/blocks/lecture-working-with-the-dom-click-events-and-web-apis/67336894ae148431a870694d.md @@ -11,7 +11,7 @@ Let's learn about the DOM and why it's so important for web development. DOM sta With the DOM, you can add, modify, or delete elements on a webpage. You can even make your website interactive by making elements listen to and respond to events. -In the DOM, an HTML document is represented as a tree of nodes. Each node represents an HTML element from the HTML document: +In the DOM, an HTML document is represented as a tree of nodes. Each element node represents an HTML element from the HTML document: ```html