added us so the sentence makes sense

could also have use 'you'
This commit is contained in:
Wes White 2019-02-11 22:28:45 -06:00 committed by GitHub
parent 09bc924b68
commit 4b4df261ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ libs:
# Walking the DOM
The DOM allows to do anything with elements and their contents, but first we need to reach the corresponding DOM object, get it into a variable, and then we are able to modify it.
The DOM allows us to do anything with elements and their contents, but first we need to reach the corresponding DOM object, get it into a variable, and then we are able to modify it.
All operations on the DOM start with the `document` object. From it we can access any node.