Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekzuris authored Dec 8, 2024
1 parent 87ff478 commit 2754ab0
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions data/fields/parking.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,55 +6,55 @@
"options": {
"surface": {
"title": "Surface",
"desciption": "One level of parking on the ground."
"description": "One level of parking on the ground."
},
"street_side": {
"title": "Street-Side",
"desciption": "Parking directly adjacent to the street (but not on it)."
"description": "Parking directly adjacent to the street (but not on it)."
},
"lane": {
"title": "Roadside Lane",
"desciption": "Parking on the street (which could be easily converted to a travel lane)."
"description": "Parking on the street (which could be easily converted to a travel lane)."
},
"underground": {
"title": "Underground",
"desciption": "Underground parking."
"description": "Underground parking."
},
"multi-storey": {
"title": "Multilevel",
"desciption": "Two or more levels of parking decks in a building structure."
"description": "Two or more levels of parking decks in a building structure."
},
"rooftop": {
"title": "Rooftop",
"desciption": "One level of a parking deck on top of a building."
"description": "One level of a parking deck on top of a building."
},
"carports": {
"title": "Carports",
"desciption": "Structure used to offer limited protection to vehicles, typically without walls."
"description": "Structure used to offer limited protection to vehicles, typically without walls."
},
"garage_boxes": {
"title": "Garage Boxes",
"desciption": "Private garage with multiple individual boxes for one car each."
"description": "Private garage with multiple individual boxes for one car each."
},
"sheds": {
"title": "Sheds",
"desciption": "Private hangars for vehicles."
"description": "Private hangars for vehicles."
},
"layby": {
"title": "Turnout / Lay-By",
"desciption": "Parking at a rest area, alongside a road."
"description": "Parking at a rest area, alongside a road."
},
"on_kerb": {
"title": "On Kerb",
"desciption": "Parking on the sidewalk."
"description": "Parking on the sidewalk."
},
"half_on_kerb": {
"title": "Half On Kerb",
"desciption": "Parking partially on the sidewalk."
"description": "Parking partially on the sidewalk."
},
"shoulder": {
"title": "Shoulder",
"desciption": "Parking on the shoulder."
"description": "Parking on the shoulder."
}
}
},
Expand Down

0 comments on commit 2754ab0

Please sign in to comment.