mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 11:23:13 +00:00
docs: typo
This commit is contained in:
parent
880fbf00ce
commit
30e531d347
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ query getItemsTranslation1 {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# for each item, show the English name and get all it's translations
|
# for each item, show the English name and get all its translations
|
||||||
query getItemsTranslation2 {
|
query getItemsTranslation2 {
|
||||||
items: pokemon_v2_item {
|
items: pokemon_v2_item {
|
||||||
name
|
name
|
||||||
|
|
Loading…
Reference in a new issue