chore: fix typo (#8113) [ci skip]

This commit is contained in:
n028 2023-04-20 04:08:00 +02:00 committed by GitHub
parent a58785945d
commit f630555caa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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
)