Fix: typo

This commit is contained in:
Pieter Vander Vennet 2023-07-09 13:03:12 +02:00
parent 54a9edc687
commit 8531571c7b
2 changed files with 4 additions and 4 deletions

View file

@ -86,7 +86,7 @@
{ {
"if": "map_size=building", "if": "map_size=building",
"then": { "then": {
"en": "A map of the romms within a building" "en": "A map of the rooms within a building"
} }
}, },
{ {

View file

@ -5634,7 +5634,7 @@
"map_size": { "map_size": {
"mappings": { "mappings": {
"0": { "0": {
"then": "A map of the romms within a building" "then": "A map of the rooms within a building"
}, },
"1": { "1": {
"then": "A map of special site, like of a historical castle, a park, a campus, a forest, ...." "then": "A map of special site, like of a historical castle, a park, a campus, a forest, ...."
@ -5643,7 +5643,7 @@
"then": "A map showing the village or town" "then": "A map showing the village or town"
}, },
"3": { "3": {
"then": " A map of a city." "then": " A map of a city"
}, },
"4": { "4": {
"then": "The map of an entire region, showing multiple cities and villages" "then": "The map of an entire region, showing multiple cities and villages"
@ -9516,4 +9516,4 @@
} }
} }
} }
} }