From 71801fe298b5d70ad75e4edaf5a25884cd215248 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Tue, 5 Aug 2025 00:04:20 -0400 Subject: [PATCH] Update test/test-utils/matchers/to-have-types.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- test/test-utils/matchers/to-have-types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-utils/matchers/to-have-types.ts b/test/test-utils/matchers/to-have-types.ts index d4ced6185ac..ce72571ee2f 100644 --- a/test/test-utils/matchers/to-have-types.ts +++ b/test/test-utils/matchers/to-have-types.ts @@ -47,7 +47,7 @@ export function toHaveTypes( if (expectedTypes.length === 0) { return { pass: this.isNot, - message: () => "Expected to recieve a non-empty array of PokemonTypes, but got one!", + message: () => "Expected to receive a non-empty array of PokemonTypes!", }; }