diff --git a/packages/ref-transform/README.md b/packages/ref-transform/README.md index 7de8d6d21..33948af37 100644 --- a/packages/ref-transform/README.md +++ b/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'