Skip to content

Commit c722cda

Browse files
authored
Update article.md
Potential Grammar Correction
1 parent 7b76185 commit c722cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ alert( document.body.previousSibling ); // HTMLHeadElement
214214

215215
## Element-only navigation
216216

217-
Navigation properties listed above refer to *all* nodes. For instance, in `childNodes` we can see both text nodes, element nodes, and even comment nodes if there exist.
217+
Navigation properties listed above refer to *all* nodes. For instance, in `childNodes` we can see both text nodes, element nodes, and even comment nodes if they exist.
218218

219219
But for many tasks we don't want text or comment nodes. We want to manipulate element nodes that represent tags and form the structure of the page.
220220

0 commit comments

Comments
 (0)