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 2b5502a commit 8d71d86Copy full SHA for 8d71d86
2-ui/99-ui-misc/01-mutation-observer/article.md
@@ -238,7 +238,7 @@ There's a method to stop observing the node:
238
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
240
241
-- `observer.takeRecords()` -- gets a list of unprocessed mutation records, those that happened, but the callback has not handled them.
+- `observer.takeRecords()` -- gets a list of unprocessed mutation records - those that happened, but the callback has not handled them.
242
243
These methods can be used together, like this:
244
0 commit comments