Fix typo in fightcave plugin

This commit is contained in:
Tyler Hill
2019-08-05 20:38:59 -05:00
committed by GitHub
parent 8b3760dc87
commit fe03aa2964

View File

@@ -63,7 +63,7 @@ public interface FightCaveConfig extends Config
position = 2,
keyName = "tickTimersWidget",
name = "Tick Timers in Prayer",
description = "Adds an overlay to the Praayer Interface with the ticks until next attack for that prayer.",
description = "Adds an overlay to the Prayer Interface with the ticks until next attack for that prayer.",
parent = "mainConfig"
)
default boolean tickTimersWidget()