From 3087b1a6609cb44ceeca650550c08ff7d2a2425e Mon Sep 17 00:00:00 2001
From: Nathan Hadley <116459177+linfindel@users.noreply.github.com>
Date: Wed, 29 May 2024 14:10:17 +0100
Subject: [PATCH] Fix typo (#10264)
---
API.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/API.md b/API.md
index 64670d9c3..551a224f3 100644
--- a/API.md
+++ b/API.md
@@ -29,7 +29,7 @@ of iD (e.g. `https://ideditor-release.netlify.app`), the following parameters ar
optional and will be added automatically. (Note that hashtag-like strings are
automatically detected in the `comment`).
_Example:_ `hashtags=%23hotosm-task-592,%23MissingMaps`
-* __`id`__ - Selects the specified OSM node, way, relation or note, and, unless a `map` parameter is also provided, centers the map on it. Supported formats are: a) `[nwr]` where the character 'n', 'w', or 'r' correspond to a OSM node, way or relation, repectively; or b) `/` which also allows to specify OSM notes (example: `note/1`).
+* __`id`__ - Selects the specified OSM node, way, relation or note, and, unless a `map` parameter is also provided, centers the map on it. Supported formats are: a) `[nwr]` where the character 'n', 'w', or 'r' correspond to a OSM node, way or relation, respectively; or b) `/` which also allows to specify OSM notes (example: `note/1`).
_Example:_ `id=n1207480649`
* __`locale`__ - A code specifying the localization to use, affecting the language, layout, and keyboard shortcuts. Multiple codes may be specified in order of preference. The first valid code will be the locale, while the rest will be used as fallbacks if certain text hasn't been translated. The default locale preferences are set by the browser.
_Example:_ `locale=ja`, `locale=pt-BR`, `locale=nl,fr,de`