From f51afac4acbc97571149a1ab892f0f82fcf83bcc Mon Sep 17 00:00:00 2001 From: RobotWizard Date: Thu, 5 Oct 2017 09:56:41 +0530 Subject: [PATCH] fixed typo on line 44 minor fix. --- 2-ui/1-document/02-dom-nodes/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-ui/1-document/02-dom-nodes/article.md b/2-ui/1-document/02-dom-nodes/article.md index 635986d1..db47859e 100644 --- a/2-ui/1-document/02-dom-nodes/article.md +++ b/2-ui/1-document/02-dom-nodes/article.md @@ -41,7 +41,7 @@ drawHtmlTree(node1, 'div.domtree', 690, 320); ```online -On the picture above element nodes you can click on element nodes. Their children will open/collapse. +On the picture above, you can click on element nodes and their children will open/collapse. ``` Tags are called *element nodes* (or just elements). Nested tags become children of the enclosing ones. As a result we have a tree of elements: `` is at the root, then `` and `` are its children etc.