aliases should be title cased

This commit is contained in:
Martin Raifer
2022-06-08 12:20:47 +02:00
parent 0e2138f857
commit b450211965
3 changed files with 7 additions and 4 deletions
@@ -25,5 +25,8 @@
"key": "cuisine",
"value": "pizza"
},
"aliases": [
"Pizzeria"
],
"name": "Pizza Restaurant"
}
+3 -3
View File
@@ -23,9 +23,9 @@
"puncher"
],
"aliases": [
"ticket puncher",
"punching machine",
"ticket marker"
"Ticket Puncher",
"Punching Machine",
"Ticket Marker"
],
"name": "Ticket Validator"
}
+1 -1
View File
@@ -20,7 +20,7 @@
"hazard"
],
"aliases": [
"bunker"
"Bunker"
],
"name": "Sand Trap"
}