diff --git a/test/@types/vitest.d.ts b/test/@types/vitest.d.ts index e9f2dcee116..04c017f8e73 100644 --- a/test/@types/vitest.d.ts +++ b/test/@types/vitest.d.ts @@ -133,7 +133,7 @@ declare module "vitest" { /** * Check whether a {@linkcode Pokemon} has applied a specific {@linkcode AbilityId}. - * @param expectedAbilityId - The expected {@linkcode AbilityId} to + * @param expectedAbilityId - The expected {@linkcode AbilityId} to check for */ toHaveAbilityApplied(expectedAbilityId: AbilityId): void;