From 3850d68f2b162873cd9d955d50ceea4bb5e2f522 Mon Sep 17 00:00:00 2001 From: NightKev <34855794+DayKev@users.noreply.github.com> Date: Sat, 12 Oct 2024 09:08:43 -0700 Subject: [PATCH] Fix typo --- src/data/ability.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/ability.ts b/src/data/ability.ts index 9a5d3028296..0a0f552600e 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -4914,7 +4914,7 @@ export function initAbilities() { .ignorable(), new Ability(Abilities.SHIELD_DUST, 3) .attr(IgnoreMoveEffectsAbAttr) - .edgeCase(), // Does not work with secret power (uimplemented) + .edgeCase(), // Does not work with secret power (unimplemented) new Ability(Abilities.OWN_TEMPO, 3) .attr(BattlerTagImmunityAbAttr, BattlerTagType.CONFUSED) .attr(IntimidateImmunityAbAttr)