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.
This commit is contained in:
paroche 2019-10-14 22:54:34 -06:00 committed by GitHub
parent 297cbfb8d6
commit f09f188b4f
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. 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 `<table>`** element supports (in addition to the given above) these properties: **The `<table>`** element supports (in addition to the given above) these properties:
- `table.rows` -- the collection of `<tr>` elements of the table. - `table.rows` -- the collection of `<tr>` elements of the table.