From 938a4cf4518186b426414b1c5c0ef8787beb4b08 Mon Sep 17 00:00:00 2001 From: NightKev <34855794+DayKev@users.noreply.github.com> Date: Mon, 4 Aug 2025 20:58:11 -0700 Subject: [PATCH] Fix typo --- test/test-utils/mocks/mock-console/mock-console.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-utils/mocks/mock-console/mock-console.ts b/test/test-utils/mocks/mock-console/mock-console.ts index 4062f85aeb5..d6b0b23fdb1 100644 --- a/test/test-utils/mocks/mock-console/mock-console.ts +++ b/test/test-utils/mocks/mock-console/mock-console.ts @@ -53,7 +53,7 @@ export class MockConsole extends Console { } /** - * Check whether a given ste of data is in the blacklist to be barred from logging. + * Check whether a given set of data is in the blacklist to be barred from logging. * @param data - The data being logged * @returns Whether `data` is blacklisted from console logging */