]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
Update packages/reactivity-transform/README.md
authorAnthony Fu <anthonyfu117@hotmail.com>
Mon, 23 May 2022 17:26:27 +0000 (01:26 +0800)
committerGitHub <noreply@github.com>
Mon, 23 May 2022 17:26:27 +0000 (01:26 +0800)
packages/reactivity-transform/README.md

index c16d4a9b0b2d0b18c0592db6257cea044f09863e..1ae68220b328914a2f97cccf30a42149f1482981 100644 (file)
@@ -150,7 +150,7 @@ const transformer = createReactivityTransformer({
 transformer.transform(code)
 ```
 
-Unlike built-in shorthands, custom shorthands are will NOT be auto imported.
+Unlike built-in shorthands, custom shorthands will NOT be auto imported.
 
 ```ts
 const foo = $useFoo() // equivalent $(useFoo())