Skip to content

Commit cd3fb86

Browse files
Update 2-ui/99-ui-misc/01-mutation-observer/article.md
Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
1 parent be28fe2 commit cd3fb86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/99-ui-misc/01-mutation-observer/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ The mere fact that a DOM node is observed doesn't prevent the garbage collection
259259

260260
## Summary
261261

262-
`MutationObserver` can react to changes in DOM: attributes, added/removed elements, text content.
262+
`MutationObserver` can react to changes in DOM - attributes, text content and adding/removing elements.
263263

264264
We can use it to track changes introduced by other parts of our code, as well as to integrate with third-party scripts.
265265

0 commit comments

Comments
 (0)