Fix spelling of highlight in chat notifs (#3775)

This commit is contained in:
Magic fTail
2018-06-13 23:55:14 +02:00
committed by Tomas Slusny
parent 750374d243
commit 3edd62811c

View File

@@ -72,7 +72,7 @@ public interface ChatNotificationsConfig extends Config
@ConfigItem(
position = 3,
keyName = "notifyOnHighlight",
name = "Notify on hightlight",
name = "Notify on highlight",
description = "Notifies you whenever a highlighted word is matched"
)
default boolean notifyOnHighlight()