Skip to content

Commit 7efbd16

Browse files
authored
Update article.md
'Changing DOM needs' -> "Changing the DOM requires' (still prefer review)
1 parent 650e788 commit 7efbd16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/1-document/03-dom-navigation/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ DOM collections, and even more -- *all* navigation properties listed in this cha
157157
158158
We can't replace a child by something else by assigning `childNodes[i] = ...`.
159159
160-
Changing DOM needs other methods. We will see them in the next chapter.
160+
Changing the DOM requires other methods. We will see them in the next chapter.
161161
```
162162
163163
```warn header="DOM collections are live"

0 commit comments

Comments
 (0)