Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8baaa2f

Browse files
authoredOct 13, 2019
Update article.md
us, them, commas
1 parent 36cf0f7 commit 8baaa2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎2-ui/1-document/02-dom-nodes/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,4 +273,4 @@ We can use developer tools to inspect DOM and modify it manually.
273273
274274
Here we covered the basics, the most used and important actions to start with. There's an extensive documentation about Chrome Developer Tools at <https://developers.google.com/web/tools/chrome-devtools>. The best way to learn the tools is to click here and there, read menus: most options are obvious. Later, when you know them in general, read the docs and pick up the rest.
275275
276-
DOM nodes have properties and methods that allow to travel between them, modify, move around the page and more. We'll get down to them in the next chapters.
276+
DOM nodes have properties and methods that allow us to travel between them, modify them, move around the page, and more. We'll get down to them in the next chapters.

0 commit comments

Comments
 (0)
Please sign in to comment.