]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: typo (#4910) [ci skip]
authorsudongyu <76603360+sudongyuer@users.noreply.github.com>
Mon, 8 Nov 2021 01:02:20 +0000 (09:02 +0800)
committerGitHub <noreply@github.com>
Mon, 8 Nov 2021 01:02:20 +0000 (20:02 -0500)
packages/ref-transform/README.md

index 7de8d6d21463da4537cb3642b72bd0c0e3a86114..33948af37aa392a8e609aebfd03c64fa591a5356 100644 (file)
@@ -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'