Pārlūkot izejas kodu

Merge pull request #40 from stevenbeeckman/patch-1

Fix typo in Maps SQL query
Andrew Kane 8 gadi atpakaļ
vecāks
revīzija
86c77d454b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -237,7 +237,7 @@ SELECT gender, COUNT(*) FROM users GROUP BY 1
 Columns named `latitude` and `longitude` or `lat` and `lon` - [Example](https://blazerme.herokuapp.com/queries/11-airports-in-pacific-time-zone)
 
 ```sql
-SELECT name, latitude, longtitude FROM cities
+SELECT name, latitude, longitude FROM cities
 ```
 
 To enable, get an access token from [Mapbox](https://www.mapbox.com/) and set `ENV["MAPBOX_ACCESS_TOKEN"]`.