Update modifier.ts

Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-07-13 08:38:03 +02:00 committed by GitHub
parent 259a9b328d
commit 19c0fba6f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1747,7 +1747,7 @@ export class TurnStatusEffectModifier extends PokemonHeldItemModifier {
}
/**
* Attempt to inflicts the holder with the associated {@linkcode StatusEffect}.
* Attempt to inflict the holder with the associated {@linkcode StatusEffect}.
* @param pokemon - The {@linkcode Pokemon} holds the item.
* @returns `true` if the status effect was applied successfully
*/