Typo in calculator

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.

Hi @iluminae

We have fixed the typo. Thanks for the heads up