Fix typo in 'Swap Bank Op' description

This commit is contained in:
Gamma91
2020-01-17 09:03:33 +01:00
parent bb6ac3a2be
commit 9e7705e617

View File

@@ -385,7 +385,7 @@ public interface MenuEntrySwapperConfig extends Config
@ConfigItem(
keyName = "swapBankOp",
name = "Swap Bank Op",
description = "Swaps the extra menu option in banks (Weild, Eat, etc.) when holding shift"
description = "Swaps the extra menu option in banks (Wield, Eat, etc.) when holding shift"
)
default boolean swapBankOp()
{