]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix typo (#8113) [ci skip]
authorn028 <charles.gruenais@gmail.com>
Thu, 20 Apr 2023 02:08:00 +0000 (04:08 +0200)
committerGitHub <noreply@github.com>
Thu, 20 Apr 2023 02:08:00 +0000 (10:08 +0800)
packages/compiler-sfc/src/script/resolveType.ts

index 6557b589bf155d0f0aad3ded7279f33c9ec38c1e..022c259f79e63352cf48c8c2ca6a6242445c9c07 100644 (file)
@@ -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
         )