From 9b4fcc04b79705e78d5b4b190461cf6efcfc3089 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Fri, 12 Sep 2025 21:55:54 -0400 Subject: [PATCH] Fixed comment typo `@privateRemarkd` lmao --- src/phase-manager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/phase-manager.ts b/src/phase-manager.ts index 337750d322d..1ca0838376c 100644 --- a/src/phase-manager.ts +++ b/src/phase-manager.ts @@ -395,7 +395,7 @@ export class PhaseManager { /** * Helper method to start and log the current phase. * - * @privateRemarkd + * @privateRemarks * This is disabled during tests by `phase-interceptor.ts` to allow for pausing execution at specific phases. * As such, **do not remove or split this method** as it will break integration tests. */