Update article.md

'Changing DOM needs' -> "Changing the DOM requires'

(still prefer review)
This commit is contained in:
paroche 2019-10-14 22:29:56 -06:00 committed by GitHub
parent 650e78818c
commit 7efbd16762
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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