Skip to content

Commit 83ce997

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

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
@@ -64,7 +64,7 @@ observer.observe(elem, {
6464
</script>
6565
```
6666

67-
If we run this code in the browser, then focus on the given `<div>` and change the text inside `<b>edit</b>`, `console.log` will show one mutation:
67+
اگر ما این کد را در browser run کنیم، و بعد روی `<div>` داده شده و تغییرات درون `<b>edit</b>` تمرکز کنیم، `console.log` یک mutation نشان می دهد:
6868

6969
```js
7070
mutationRecords = [{

0 commit comments

Comments
 (0)