Skip to content

Commit 41dd4a7

Browse files
author
Shubham Gupta
authored
Update article.md
1 parent f192741 commit 41dd4a7

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
@@ -157,7 +157,7 @@ The first thing is nice. The second is tolerable, because we can use `Array.from
157157
```warn header="DOM collections are read-only"
158158
DOM collections, and even more -- *all* navigation properties listed in this chapter are read-only.
159159
160-
We can't replace an child by something else assigning `childNodes[i] = ...`.
160+
We can't replace a child by something else assigning `childNodes[i] = ...`.
161161
162162
Changing DOM needs other methods, we'll see them in the next chapter.
163163
```

0 commit comments

Comments
 (0)