Fix small doc typo - thanks @jaywgraves (#365)

pull/367/head
Jay Graves 2018-09-19 12:15:42 -05:00 zatwierdzone przez Simon Willison
rodzic b7257a21bf
commit 1bcd54a834
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -79,7 +79,7 @@ queries inside your ``metadata.json`` file. Here's an example::
"sf-trees": {
"queries": {
"just_species": {
"sql": select qSpecies from Street_Tree_List"
"sql": "select qSpecies from Street_Tree_List"
}
}
}