Skip to content

Commit

Permalink
chore: fix typo (#8113) [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Dschungelabenteuer committed Apr 20, 2023
1 parent a587859 commit f630555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compiler-sfc/src/script/resolveType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ function innerResolveTypeElements(
return resolveBuiltin(ctx, node, typeName as any, scope)
}
return ctx.error(
`Unresolvable type reference or unsupported built-in utlility type`,
`Unresolvable type reference or unsupported built-in utility type`,
node,
scope
)
Expand Down

0 comments on commit f630555

Please sign in to comment.