mirror of https://github.com/PokeAPI/pokeapi
fix: correct spelling
This commit is contained in:
parent
4f45759b56
commit
5f9596da0d
|
|
@ -635,7 +635,7 @@ def _build_types():
|
|||
"colosseum",
|
||||
"emerald",
|
||||
"firered-leafgreen",
|
||||
"ruby-saphire",
|
||||
"ruby-sapphire",
|
||||
"xd",
|
||||
],
|
||||
"generation-iv": ["diamond-pearl", "heartgold-soulsilver", "platinum"],
|
||||
|
|
|
|||
|
|
@ -9159,8 +9159,8 @@ components:
|
|||
name_icon: https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/types/generation-iii/emerald/1.png
|
||||
firered-leafgreen:
|
||||
name_icon: https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/types/generation-iii/firered-leafgreen/1.png
|
||||
ruby-saphire:
|
||||
name_icon: https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/types/generation-iii/ruby-saphire/1.png
|
||||
ruby-sapphire:
|
||||
name_icon: https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/types/generation-iii/ruby-sapphire/1.png
|
||||
xd:
|
||||
name_icon: https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/types/generation-iii/xd/1.png
|
||||
readOnly: true
|
||||
|
|
|
|||
|
|
@ -2504,8 +2504,8 @@ class TypeDetailSerializer(serializers.ModelSerializer):
|
|||
"firered-leafgreen": {
|
||||
"name_icon": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/types/generation-iii/firered-leafgreen/1.png"
|
||||
},
|
||||
"ruby-saphire": {
|
||||
"name_icon": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/types/generation-iii/ruby-saphire/1.png"
|
||||
"ruby-sapphire": {
|
||||
"name_icon": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/types/generation-iii/ruby-sapphire/1.png"
|
||||
},
|
||||
"xd": {
|
||||
"name_icon": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/types/generation-iii/xd/1.png"
|
||||
|
|
|
|||
|
|
@ -698,7 +698,7 @@ class APIData:
|
|||
"colosseum",
|
||||
"emerald",
|
||||
"firered-leafgreen",
|
||||
"ruby-saphire",
|
||||
"ruby-sapphire",
|
||||
"xd",
|
||||
],
|
||||
"generation-iv": ["diamond-pearl", "heartgold-soulsilver", "platinum"],
|
||||
|
|
|
|||
Loading…
Reference in New Issue