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;