Skip to content

Commit e27c54c

Browse files
committed
docs(dom): fix mutation observer
1 parent 8a0421c commit e27c54c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dom/mutationobserver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ DOM 每次发生变化,就会生成一条变动记录(MutationRecord 实例
127127

128128
`MutationRecord`对象包含了DOM的相关信息,有如下属性:
129129

130-
- `type`:观察的变动类型(`attribute``characterData`或者`childList`)。
130+
- `type`:观察的变动类型(`attributes``characterData`或者`childList`)。
131131
- `target`:发生变动的DOM节点。
132132
- `addedNodes`:新增的DOM节点。
133133
- `removedNodes`:删除的DOM节点。

0 commit comments

Comments
 (0)