fix small typos

This commit is contained in:
Martin Raifer
2024-05-27 12:54:36 +02:00
parent 9c6b7251f5
commit 82d3c6d22a
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -70,7 +70,7 @@ _Breaking developer changes, which may affect downstream projects or sites that
#### :bug: Bugfixes
* Prevent (route) relations from getting corrupted while splitting their way members in certain conditions ([#7653], [#8415])
* Fix overflowing UI input elements of maxheight field when in imperial units mode on Firefox ([#10175], thanks [@1ec5])
* Fix external URL links when rearrangin multi-valued combo field options ([#10153], thanks [@laigyu])
* Fix external URL links when rearranging multi-valued combo field options ([#10153], thanks [@laigyu])
* Preserve whitespace after semicolons in `inscription` field ([#10188], thanks [@matkoniecz])
#### :mortar_board: Walkthrough / Help
* Show message when a POI point is incorrectly placed as vertex ([#9439], thanks [@mattiapezzotti])
@@ -3150,7 +3150,7 @@ _Map all the branded businesses in your town!_
- Don't flag disconnected highways that overlap unloaded regions ([#5938], [#6140])
- Don't flag almost junctions between features on different layers or levels ([#6355])
- Discard untagged relations that appear to have been created accidentally ([#3812])
- Include the number and type of warnings ignored by the user in the changset tags ([#6123])
- Include the number and type of warnings ignored by the user in the changeset tags ([#6123])
- Recommend adding `highway` tags to piers, racetracks, and transit platforms for routing purposes ([#6042])
- Indicate iD's tag deprecations on Taginfo ([#5995])
- When connecting crossing paths and roads, don't automatically set the `crossing` tag of the connection node if it is ambiguous ([#6244])
@@ -7441,7 +7441,7 @@ _Map traffic signals, stop signs, benches, crossings, street lamps, fountains, t
# 1.1.6
##### 2013-Aug-24
* Fix walkthrough on Firefox (#1743)
* Fix icon at end of walkthough (#1740)
* Fix icon at end of walkthrough (#1740)
* Fix walkthrough (#1739)
+1 -1
View File
@@ -11,7 +11,7 @@ export function osmIsInterestingTag(key) {
export const osmLifecyclePrefixes = {
// nonexistent, might be built
proposed: true, planned: true,
// under maintentance or between groundbreaking and opening
// under maintenance or between groundbreaking and opening
construction: true,
// existent but not functional
disused: true,