Super low priority but seems like the database that drives Slash GraphQL (which is at https://api.cloud.dgraph.io/graphql) has a typo in it:
query Clusters {
clusters(unavailableClusters: true) {
name
}
}
returns, among others, one result:
{"name": "GCP US Central (Lowa)"}
Where it should be Iowa
instead of Lowa
.