Skip to content

Commit ab71f8e

Browse files
committed
docs: fix Chinese README API names
1 parent 68c0396 commit ab71f8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ npm start
7979

8080
| 参数 | 类型 | 默认值 | 说明 |
8181
| -------- | ------------------------------------------------------------------- | ------- | ------------------------------------------------------------------------- |
82-
| children们 | `React.ReactNode` | - | 要渲染和观察的节点。 |
83-
| 选项 | `MutationObserverInit` | - | 本机观察者选项,例如 `attributes``childList``subtree`|
82+
| children | `React.ReactNode` | - | 要渲染和观察的节点。 |
83+
| options | `MutationObserverInit` | - | 本机观察者选项,例如 `attributes``childList``subtree`|
8484
| onMutate | `(mutations: MutationRecord[], observer: MutationObserver) => void` | - | 当报告观察到的突变时触发。 |
8585

8686
### useMutateObserver

0 commit comments

Comments
 (0)