Skip to content

Commit 46b4105

Browse files
authored
Update article.md
1 parent 1bd8618 commit 46b4105

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ mutationRecords = [{
7575
}];
7676
```
7777

78-
If we make more complex editing operations, e.g. remove the `<b>edit</b>`, the mutation event may contain multiple mutation records:
78+
اگر ما ادیت های پیچیده تری را اجرا کنیم، مانند ریمو کردن `<b>edit</b>`، آن گاه mutation event ممکن است شامل تعدادی mutation records باشد:
7979

8080
```js
8181
mutationRecords = [{

0 commit comments

Comments
 (0)