Skip to content

Commit 0d564eb

Browse files
committed
chore: fix typo
1 parent b593142 commit 0d564eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/vue-codemod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function loadTransformationModule(nameOrPath: string) {
7272
if (jsTransformation) {
7373
return jsTransformation
7474
}
75-
if (vueTransformations) {
75+
if (vueTransformation) {
7676
return vueTransformation
7777
}
7878

0 commit comments

Comments
 (0)