mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-11 06:34:13 +00:00
Fix field name in docsv2 documentation (#227)
This commit is contained in:
parent
d771c293df
commit
1bfd81e10e
1 changed files with 1 additions and 1 deletions
|
@ -1384,7 +1384,7 @@ Moves are the skills of Pokémon in battle. In battle, a Pokémon uses one move
|
|||
| pp | Power points. The number of times this move can be used | integer |
|
||||
| effect_entries | The effect of this move listed in different languages | list [VerboseEffect](#verboseeffect) |
|
||||
| type | The elemental type of this move | [NamedAPIResource](#namedapiresource) ([Type](#types)) |
|
||||
| version group | The version group in which these move stat values were in effect | [NamedAPIResource](#namedapiresource) ([VersionGroup](#version-groups)) |
|
||||
| version_group | The version group in which these move stat values were in effect | [NamedAPIResource](#namedapiresource) ([VersionGroup](#version-groups)) |
|
||||
|
||||
## Move Ailments
|
||||
Move Ailments are status conditions caused by moves used during battle. See [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/http://bulbapedia.bulbagarden.net/wiki/Status_condition) for greater detail.
|
||||
|
|
Loading…
Reference in a new issue