From 64d9b6ff247d456733ddfdc4d0e49bba760d301a Mon Sep 17 00:00:00 2001 From: paroche <46547072+paroche@users.noreply.github.com> Date: Mon, 14 Oct 2019 22:39:38 -0600 Subject: [PATCH 1/3] Update article.md Tables are... -- remove 'of that', change "." to ":". --- 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 4bc6c646..ea690743 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 for that. +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. From 297cbfb8d66126bafc16aa63de46458d9cd5a969 Mon Sep 17 00:00:00 2001 From: paroche <46547072+paroche@users.noreply.github.com> Date: Mon, 14 Oct 2019 22:45:00 -0600 Subject: [PATCH 2/3] Update article.md Remove 'for that'. --- 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 ea690743..22e66ceb 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. 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 3/3] 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.