Skip to content

Commit b2d7a58

Browse files
authored
Update article.md
1 parent dbf1fc9 commit b2d7a58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
## Syntax
99

10-
`MutationObserver` is easy to use.
10+
استفاده از `MutationObserver` بسیار ساده است.
1111

12-
First, we create an observer with a callback-function:
12+
اول از ههمه، یک observer با استفاده از callback-function می سازیم:
1313

1414
```js
1515
let observer = new MutationObserver(callback);

0 commit comments

Comments
 (0)