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 51e5aa9 commit 4830a26Copy full SHA for 4830a26
2-ui/99-ui-misc/01-mutation-observer/article.md
@@ -1,7 +1,7 @@
1
2
# Mutation observer
3
4
-`MutationObserver` is a built-in object that observes a DOM element and fires a callback if there are changes.
+`MutationObserver` is a built-in object that observes a DOM element and fires a callback when it detects a change.
5
6
We'll first take a look at the syntax, and then explore a real-world use case, to see where such thing may be useful.
7
0 commit comments