From c07f786042733df8122f4427662291191f3f40a1 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Thu, 7 Aug 2025 21:28:32 -0400 Subject: [PATCH] Update test/@types/test-helpers.ts Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> --- test/@types/test-helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {