diff --git a/packages/core/types/src/types/utils/array.ts b/packages/core/types/src/types/utils/array.ts index 27ccb5a90f..483737bf8f 100644 --- a/packages/core/types/src/types/utils/array.ts +++ b/packages/core/types/src/types/utils/array.ts @@ -1,7 +1,7 @@ import type { Utils } from '..'; /** - * Extract the array values into an union type + * Extract the array values into a union type */ export type Values> = TCollection extends Array ? TValues