From 9e7235f76535c742c6afce82416017c3ad015b67 Mon Sep 17 00:00:00 2001 From: Peter Roche <46547072+paroche@users.noreply.github.com> Date: Sun, 3 Nov 2019 22:33:11 -0700 Subject: [PATCH] Update article.md re-edit: on tables lead-in. --- 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 05ad6707..41076356 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 of that, and a particularly important case. +Tables are a great example of that, and represent a particularly important case: **The ``** element supports (in addition to the given above) these properties: - `table.rows` -- the collection of `` elements of the table.