PokeAPI / pokeapi.co

The PokéAPI documentation website
https://pokeapi.co
BSD 3-Clause "New" or "Revised" License
136 stars 52 forks source link

fix: PokemonSprite.types wrong typing in the doc #117

Closed ThiDinh21 closed 2 years ago

ThiDinh21 commented 2 years ago

The doc displays the wrong data type for field "types" of PokemonSprite.

Example: This is the result of query: https://pokeapi.co/api/v2/pokemon-form/1

example

It should be a list of PokemonFormType but instead it displays:

original

Visible changes after the fix:

change