Skip to content

Commit

Permalink
Grammatical error fixed.
Browse files Browse the repository at this point in the history
Co-authored-by: Zach Meyer <[email protected]>
  • Loading branch information
Hachibroku and zachmmeyer authored Jun 23, 2024
1 parent a416cdd commit a924764
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This section contains a general overview of topics that you will learn in this l

### Document Object Model

The DOM (or Document Object Model) is a tree-like representation of the contents of a webpage - a tree of "nodes" with different relationships depending on how they're arranged in the HTML document. There are many types of node, most of which are not commonly used. In this lesson we will be focusing on "element" nodes which are primarily used for manipulating the DOM.
The DOM (or Document Object Model) is a tree-like representation of the contents of a webpage - a tree of "nodes" with different relationships depending on how they're arranged in the HTML document. There are many types of nodes, most of which are not commonly used. In this lesson we will be focusing on "element" nodes which are primarily used for manipulating the DOM.

```html
<div id="container">
Expand Down

0 comments on commit a924764

Please sign in to comment.