Update article.md

This commit is contained in:
Wes White 2019-02-11 22:38:03 -06:00 committed by GitHub
parent 4b4df261ce
commit ef3f4f256c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ The DOM allows us to do anything with elements and their contents, but first we
All operations on the DOM start with the `document` object. From it we can access any node.
Here's a picture of links that allow to travel between DOM nodes:
Here's a picture of links that allow for travel between DOM nodes:
![](dom-links.png)