Skip to content

Commit ff152b1

Browse files
committed
minor fixes
1 parent 2add921 commit ff152b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

2-ui/99-ui-misc/01-mutation-observer/article.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,8 @@ These methods can be used together, like this:
244244

245245
```js
246246
// get a list of unprocessed mutations
247-
// should be called before disconnecting if you care about possibly unhandled recent mutations
247+
// should be called before disconnecting,
248+
// if you care about possibly unhandled recent mutations
248249
let mutationRecords = observer.takeRecords();
249250

250251
// stop tracking changes

0 commit comments

Comments
 (0)