Update article.md

Continued refinement to that one sentence. However, I'm confused, in that I don't see my changes on the web page, even though I'm committing directly to the master branch.
This commit is contained in:
paroche 2019-10-15 13:22:54 -06:00 committed by GitHub
parent c2d8a8b6d7
commit 43e092a3cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 of that, and a particularly important case.
**The `<table>`** element supports (in addition to the given above) these properties:
- `table.rows` -- the collection of `<tr>` elements of the table.