Skip to content

Commit f630555

Browse files
chore: fix typo (#8113) [ci skip]
1 parent a587859 commit f630555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compiler-sfc/src/script/resolveType.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ function innerResolveTypeElements(
159159
return resolveBuiltin(ctx, node, typeName as any, scope)
160160
}
161161
return ctx.error(
162-
`Unresolvable type reference or unsupported built-in utlility type`,
162+
`Unresolvable type reference or unsupported built-in utility type`,
163163
node,
164164
scope
165165
)

0 commit comments

Comments
 (0)