diff --git a/core/registry.ts b/core/registry.ts index cf8769f76..4deaf98e0 100644 --- a/core/registry.ts +++ b/core/registry.ts @@ -271,7 +271,7 @@ export function hasItem(type: string | Type, name: string): boolean { /** * Normalize a string to be used as a type. Trim whitespaces and lowercase. * - * @param name The type. (Ex. 'FiELd ') + * @param type The type. (Ex. 'FiELd ') * @returns A normalized string. (Ex. 'field') */ function normalizeType(type: any): string {