mirror of https://github.com/vuejs/core.git
chore: fix typo (#8113) [ci skip]
This commit is contained in:
parent
a58785945d
commit
f630555caa
|
@ -159,7 +159,7 @@ function innerResolveTypeElements(
|
||||||
return resolveBuiltin(ctx, node, typeName as any, scope)
|
return resolveBuiltin(ctx, node, typeName as any, scope)
|
||||||
}
|
}
|
||||||
return ctx.error(
|
return ctx.error(
|
||||||
`Unresolvable type reference or unsupported built-in utlility type`,
|
`Unresolvable type reference or unsupported built-in utility type`,
|
||||||
node,
|
node,
|
||||||
scope
|
scope
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue