Fix typo diameger→diameter

This commit is contained in:
Flo Edelmann 2024-03-25 10:44:47 +01:00 committed by GitHub
parent 10235cb89b
commit 740ee91bfb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4022,9 +4022,9 @@
"question": "What is the depth of this elevator?", "question": "What is the depth of this elevator?",
"render": "This elevator has a depth of {canonical(length)}" "render": "This elevator has a depth of {canonical(length)}"
}, },
"elevator-diameger": { "elevator-diameter": {
"question": "What is the diameter of this elevator?", "question": "What is the diameter of this elevator?",
"render": "This elevator has a diameger of {canonical(diameter)}" "render": "This elevator has a diameter of {canonical(diameter)}"
}, },
"elevator-shape": { "elevator-shape": {
"mappings": { "mappings": {
@ -11243,4 +11243,4 @@
"render": "wind turbine" "render": "wind turbine"
} }
} }
} }