mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 03:13:06 +00:00
Fix duplicated model name in docsv2 document (#228)
* Fix duplicated model name Signed-off-by: Ricky Elrod <ricky@elrod.me> * fix varieties link Signed-off-by: Ricky Elrod <ricky@elrod.me>
This commit is contained in:
parent
779951bff2
commit
64457ba31b
1 changed files with 2 additions and 2 deletions
|
@ -2825,7 +2825,7 @@ A Pokémon Species forms the basis for at least one Pokémon. Attributes of a Po
|
|||
| flavor_text_entries | A list of flavor text entries for this Pokémon species | list [FlavorText](#flavortext) |
|
||||
| form_descriptions | Descriptions of different forms Pokémon take on within the Pokémon species | list [Description](#description) |
|
||||
| genera | The genus of this Pokémon species listed in multiple languages | list [Genus](#genus) |
|
||||
| varieties | A list of the Pokémon that exist within this Pokémon species | list [PokemonSpeciesVariety] |
|
||||
| varieties | A list of the Pokémon that exist within this Pokémon species | list [PokemonSpeciesVariety](#pokemonspeciesvariety) |
|
||||
|
||||
#### Genus
|
||||
|
||||
|
@ -2849,7 +2849,7 @@ A Pokémon Species forms the basis for at least one Pokémon. Attributes of a Po
|
|||
| rate | The base rate for encountering the referenced Pokémon in this pal park area | integer |
|
||||
| area | The pal park area where this encounter happens | [NamedAPIResource](#namedapiresource) ([PalParkArea](#pal-park-areas)) |
|
||||
|
||||
#### PokemonSpeciesDexEntry
|
||||
#### PokemonSpeciesVariety
|
||||
|
||||
| Name | Description | Data Type |
|
||||
|:-----------|:--------------------------------------------|:------------------------------------------------------------|
|
||||
|
|
Loading…
Reference in a new issue