Fix spelling of highlight in chat notifs (#3775)
This commit is contained in:
committed by
Tomas Slusny
parent
750374d243
commit
3edd62811c
@@ -72,7 +72,7 @@ public interface ChatNotificationsConfig extends Config
|
|||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
position = 3,
|
position = 3,
|
||||||
keyName = "notifyOnHighlight",
|
keyName = "notifyOnHighlight",
|
||||||
name = "Notify on hightlight",
|
name = "Notify on highlight",
|
||||||
description = "Notifies you whenever a highlighted word is matched"
|
description = "Notifies you whenever a highlighted word is matched"
|
||||||
)
|
)
|
||||||
default boolean notifyOnHighlight()
|
default boolean notifyOnHighlight()
|
||||||
|
|||||||
Reference in New Issue
Block a user