Skip to content

Commit 065c367

Browse files
authored
chore: typo (#4910) [ci skip]
1 parent 7a5c784 commit 065c367

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ref-transform/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
77
## Basic Rules
88

9-
- `$()` to turn refs into reative variables
10-
- `$$()` to access the original refs from reative variables
9+
- `$()` to turn refs into reactive variables
10+
- `$$()` to access the original refs from reactive variables
1111

1212
```js
1313
import { ref, watch } from 'vue'

0 commit comments

Comments
 (0)