minor fixes

This commit is contained in:
Ilya Kantor 2020-09-13 23:58:53 +03:00
parent 2add921744
commit ff152b126e

View file

@ -244,7 +244,8 @@ These methods can be used together, like this:
```js
// get a list of unprocessed mutations
// should be called before disconnecting if you care about possibly unhandled recent mutations
// should be called before disconnecting,
// if you care about possibly unhandled recent mutations
let mutationRecords = observer.takeRecords();
// stop tracking changes