]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/api/Overview.md
small typos and wording in the API docs
[nominatim.git] / docs / api / Overview.md
index 8bf14c43942ee3027a9d1a6bc6750a6355fed8b7..3fb1c242ca116437f1b7db3f48f1a7509fc3735e 100644 (file)
@@ -1,12 +1,12 @@
 ### Nominatim API
 
-Nominatim indexes named (or numbered) features with the OSM data set and a subset of other unnamed features (pubs, hotels, churches, etc).
+Nominatim indexes named (or numbered) features within the OpenStreetMap (OSM) dataset and a subset of other unnamed features (pubs, hotels, churches, etc).
 
 Its API has the following endpoints for querying the data:
 
  * __[/search](Search.md)__ - search OSM objects by name or type
  * __[/reverse](Reverse.md)__ - search OSM object by their location
- * __[/lookup](Lookup.md)__ - look up address details for OSM objects by thier ID
+ * __[/lookup](Lookup.md)__ - look up address details for OSM objects by their ID
  * __/status__ - query the status of the server
  * __/deletable__ - list objects that have been deleted in OSM but are held
                     back in Nominatim in case the deletion was accidental