Skip to content

Commit 8d71d86

Browse files
Update 2-ui/99-ui-misc/01-mutation-observer/article.md
Co-authored-by: Muhammed Zakir <[email protected]>
1 parent 2b5502a commit 8d71d86

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
@@ -238,7 +238,7 @@ There's a method to stop observing the node:
238238

239239
When we stop the observing, it might be possible that some changes were not yet processed by the observer. In such cases, we use
240240

241-
- `observer.takeRecords()` -- gets a list of unprocessed mutation records, those that happened, but the callback has not handled them.
241+
- `observer.takeRecords()` -- gets a list of unprocessed mutation records - those that happened, but the callback has not handled them.
242242

243243
These methods can be used together, like this:
244244

0 commit comments

Comments
 (0)