Skip to content
This repository was archived by the owner on Aug 8, 2022. It is now read-only.

Commit 52960f7

Browse files
veabaJinjiang
andauthored
update: src/api/basic-reactivity.md
Co-authored-by: Jinjiang <[email protected]>
1 parent e723225 commit 52960f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/basic-reactivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ copy.count++ // 警告!
4545

4646
## `isReactive`
4747

48-
检查对象是否是 [`reactive`](#reactive)创建的响应式 Proxy
48+
检查对象是否是 [`reactive`](#reactive)创建的响应式 proxy
4949

5050
```js
5151
import { reactive, isReactive } from 'vue'

0 commit comments

Comments
 (0)