diff --git a/2-ui/1-document/03-dom-navigation/article.md b/2-ui/1-document/03-dom-navigation/article.md index a7b927fa..56e4854b 100644 --- a/2-ui/1-document/03-dom-navigation/article.md +++ b/2-ui/1-document/03-dom-navigation/article.md @@ -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)