Improve grammar

This commit is contained in:
luk3yx 2024-02-10 20:19:38 +13:00
parent 8cb95fa855
commit 8d31e9e4d9
1 changed files with 2 additions and 2 deletions

View File

@ -38,9 +38,9 @@ support them, however this does have some limitations:
add `fs51` as an optional dependency to `mod.conf` so it can use the patched
show_formspec code.
- If you need to have node meta formspecs work in older clients, try adding
`fs51.disable_meta_override = false` to minetest.conf. Note that this does
`fs51.disable_meta_override = false` to minetest.conf. Note that FS51 does
not correctly parse `${key}` syntax (see https://gitlab.com/luk3yx/minetest-fs51/-/issues/1),
I recommend using `minetest.show_formspec` instead if possible as fs51 is
I recommend using `minetest.show_formspec` instead if possible as FS51 is
also able to perform backports based on the client's version.
## Dependencies