Skip to content

Commit

Permalink
fix: typo in espeon species name
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Dec 14, 2019
1 parent e9784d9 commit e49de3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/pokedex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5102,7 +5102,7 @@ export default new GraphQLCollection<string, Pokemon.DexEntry>(
[
'espeon',
{
species: 'eespeon',
species: 'espeon',
num: 196,
types: [ 'Psychic' ],
genderRatio: { male: 0.875, female: 0.125 },
Expand Down

0 comments on commit e49de3f

Please sign in to comment.