Skip to content

Commit 4830a26

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 51e5aa9 commit 4830a26

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
@@ -1,7 +1,7 @@
11

22
# Mutation observer
33

4-
`MutationObserver` is a built-in object that observes a DOM element and fires a callback if there are changes.
4+
`MutationObserver` is a built-in object that observes a DOM element and fires a callback when it detects a change.
55

66
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.
77

0 commit comments

Comments
 (0)