Skip to content

Commit 892d931

Browse files
author
js52
committed
fix word
1 parent 117d741 commit 892d931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/global/nextTick.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ const run = (effect: ReactiveEffect) => {
185185

186186
### 为什么要nextTick
187187

188-
一个例子让大家明白,如果没有 `nextTick` 更新机制,那么 `num` 每次更新值都会触发视图更新,有了`nextTick`机制,只需要更新一次,所有....为什么要相信大家心里已经有答案了
188+
一个例子让大家明白,如果没有 `nextTick` 更新机制,那么 `num` 每次更新值都会触发视图更新,有了`nextTick`机制,只需要更新一次,所以为什么有`nextTick`存在,相信大家心里已经有答案了。
189189

190190
```js
191191
{{num}}

0 commit comments

Comments
 (0)