From f09f188b4ffbff57113a4c435533154b289bde61 Mon Sep 17 00:00:00 2001 From: paroche <46547072+paroche@users.noreply.github.com> Date: Mon, 14 Oct 2019 22:54:34 -0600 Subject: [PATCH] Update article.md Remove 'for that'. Added comma. Changed my mind about ":". Went back and changed file. Not sure how this works now w/ 2 commits. --- 2-ui/1-document/03-dom-navigation/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-ui/1-document/03-dom-navigation/article.md b/2-ui/1-document/03-dom-navigation/article.md index 22e66ceb..36a06546 100644 --- a/2-ui/1-document/03-dom-navigation/article.md +++ b/2-ui/1-document/03-dom-navigation/article.md @@ -280,7 +280,7 @@ Till now we described the basic navigation properties. Certain types of DOM elements may provide additional properties, specific to their type, for convenience. -Tables are a great example and a particularly important case. +Tables are a great example, and a particularly important case. **The ``** element supports (in addition to the given above) these properties: - `table.rows` -- the collection of `` elements of the table.