We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be28fe2 commit cd3fb86Copy full SHA for cd3fb86
2-ui/99-ui-misc/01-mutation-observer/article.md
@@ -259,7 +259,7 @@ The mere fact that a DOM node is observed doesn't prevent the garbage collection
259
260
## Summary
261
262
-`MutationObserver` can react to changes in DOM: attributes, added/removed elements, text content.
+`MutationObserver` can react to changes in DOM - attributes, text content and adding/removing elements.
263
264
We can use it to track changes introduced by other parts of our code, as well as to integrate with third-party scripts.
265
0 commit comments