From aad2a011bebdd019246c4985dc0671c0eb6c5a85 Mon Sep 17 00:00:00 2001 From: flx-sta <50131232+flx-sta@users.noreply.github.com> Date: Wed, 25 Sep 2024 09:32:27 -0700 Subject: [PATCH] chore: fix typo Co-authored-by: Adrian T. <68144167+torranx@users.noreply.github.com> --- src/field/pokemon.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/field/pokemon.ts b/src/field/pokemon.ts index 47bdc8ad731..e882c681a15 100644 --- a/src/field/pokemon.ts +++ b/src/field/pokemon.ts @@ -4899,7 +4899,7 @@ export class EnemyPokemon extends Pokemon { /** * Add a new pokemon to the player's party (at `slotIndex` if set). - * If the first slot is replaced, the new pokemons visibility will be set to `false`. + * If the first slot is replaced, the new pokemon's visibility will be set to `false`. * @param pokeballType the type of pokeball the pokemon was caught with * @param slotIndex an optional index to place the pokemon in the party * @returns the pokemon that was added or null if the pokemon could not be added