From 68c539125734f17c58f22e8d71e1f82e4e9c502b Mon Sep 17 00:00:00 2001 From: geeilhan <107366005+geeilhan@users.noreply.github.com> Date: Tue, 4 Feb 2025 23:10:40 +0100 Subject: [PATCH] Fixed Typo --- src/data/move.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/move.ts b/src/data/move.ts index 7fc727402a2..8c2abbc90ae 100644 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -4641,7 +4641,7 @@ export class ShellSideArmCategoryAttr extends VariableMoveCategoryAttr { /** * MoveFlags are not reset every turn so if this flag is set it needs to be reset if the move is a special attack - * This fucntion resets the {@linkcode MoveFlags.MAKES_CONTACT} + * This function resets the {@linkcode MoveFlags.MAKES_CONTACT} * @param move this move should be Shell Side Arm */ private resetContactFlag(move: Move): void {