Ver Fonte

chore: typo (#4910) [ci skip]

sudongyu há 4 anos atrás
pai
commit
065c367175
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      packages/ref-transform/README.md

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

@@ -6,8 +6,8 @@
 
 
 ## Basic Rules
 ## 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
 ```js
 import { ref, watch } from 'vue'
 import { ref, watch } from 'vue'