diff --git a/src/phases/faint-phase.ts b/src/phases/faint-phase.ts index 1a504968eab..23827d18159 100644 --- a/src/phases/faint-phase.ts +++ b/src/phases/faint-phase.ts @@ -97,7 +97,7 @@ export class FaintPhase extends PokemonPhase { const pokemon = this.getPokemon(); - // Track total times pokemon have been KO'd for last respect + // Track total times pokemon have been KO'd for last respects if (pokemon.isPlayer()) { globalScene.currentBattle.playerFaints += 1; globalScene.currentBattle.playerFaintsHistory.push({ pokemon: pokemon, turn: globalScene.currentBattle.turn });