timersconfig: fix typo in antipoison description (#9781)

This commit is contained in:
David
2019-09-02 14:16:56 +01:00
committed by Tomas Slusny
parent 7cc9690cd2
commit d5a6007944

View File

@@ -44,7 +44,7 @@ public interface TimersConfig extends Config
@ConfigItem(
keyName = "showAntipoison",
name = "Antipoison/Venom timers",
description = "Configures whether timers for Antipoision, Antidoe, Antivenom are is displayed"
description = "Configures whether timers for Antipoison, Antidote and Antivenom are displayed"
)
default boolean showAntiPoison()
{