Skip to content

Commit 2b5502a

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

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

237237
- `observer.disconnect()` -- stops the observation.
238238

239-
When we stop the observing, it might be possible that some changes were not yet processed by the observer.
239+
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

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

0 commit comments

Comments
 (0)