Explorar o código

chore: typo (#4910) [ci skip]

sudongyu %!s(int64=4) %!d(string=hai) anos
pai
achega
065c367175
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      packages/ref-transform/README.md

+ 2 - 2
packages/ref-transform/README.md

@@ -6,8 +6,8 @@
 
 ## Basic Rules
 
-- `$()` to turn refs into reative variables
-- `$$()` to access the original refs from reative variables
+- `$()` to turn refs into reactive variables
+- `$$()` to access the original refs from reactive variables
 
 ```js
 import { ref, watch } from 'vue'