Skip to content

Commit 9e7235f

Browse files
authored
Update article.md
re-edit: on tables lead-in.
1 parent 7d92be9 commit 9e7235f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 2-ui/1-document/03-dom-navigation/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ Till now we described the basic navigation properties.
280280
281281
Certain types of DOM elements may provide additional properties, specific to their type, for convenience.
282282
283-
Tables are a great example of that, and a particularly important case.
283+
Tables are a great example of that, and represent a particularly important case:
284284
285285
**The `<table>`** element supports (in addition to the given above) these properties:
286286
- `table.rows` -- the collection of `<tr>` elements of the table.

0 commit comments

Comments
 (0)