From 72e9c153d0c9161d47ae101f49e601624d222f75 Mon Sep 17 00:00:00 2001 From: Bertie690 Date: Sun, 7 Sep 2025 13:48:41 -0400 Subject: [PATCH] fixed doc --- test/test-utils/phase-interceptor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-utils/phase-interceptor.ts b/test/test-utils/phase-interceptor.ts index ac3061da774..2107eb65108 100644 --- a/test/test-utils/phase-interceptor.ts +++ b/test/test-utils/phase-interceptor.ts @@ -232,7 +232,7 @@ export class PhaseInterceptor { /** * Toggle the Interceptor's logging blacklist, enabling or disabling logging all phases in * {@linkcode blacklistedPhaseNames}. - * @param state - Whether the blacklist should work; default `false` (disable) + * @param state - Whether the blacklist should be enabled; default `false` (disable) */ public toggleBlacklist(state = false): void { this.respectBlacklist = state;