From: n028 Date: Thu, 20 Apr 2023 02:08:00 +0000 (+0200) Subject: chore: fix typo (#8113) [ci skip] X-Git-Tag: v3.3.0-alpha.13~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f630555caa2d57b078454c9a57851a3f7fab327e;p=thirdparty%2Fvuejs%2Fcore.git chore: fix typo (#8113) [ci skip] --- diff --git a/packages/compiler-sfc/src/script/resolveType.ts b/packages/compiler-sfc/src/script/resolveType.ts index 6557b589bf..022c259f79 100644 --- a/packages/compiler-sfc/src/script/resolveType.ts +++ b/packages/compiler-sfc/src/script/resolveType.ts @@ -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 )