diff --git a/test/@types/test-helpers.ts b/test/@types/test-helpers.ts index 4db85edcb5d..b867eb32570 100644 --- a/test/@types/test-helpers.ts +++ b/test/@types/test-helpers.ts @@ -2,7 +2,7 @@ import type { AtLeastOne, NonFunctionPropertiesRecursive as nonFunc } from "#typ /** * Helper type to admit an object containing the given properties - * _and at least 1 other non-function property_. + * _and_ at least 1 other non-function property. * @example * ```ts * type foo = {