Fix minor typo (#1)

- Change word On to lowercase
This commit is contained in:
Runecroon 2021-09-19 21:03:27 +08:00 committed by GitHub
parent 9b4ea07d11
commit f62307e5c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,6 @@
"ExampleMod.GrassSitting": "Comfy Green Ground"
},
"Actions": {
"ExampleMod.SitOnGrass": "Sit in Grass"
"ExampleMod.SitOnGrass": "Sit on Grass"
}
}
}