diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/chatnotifications/ChatNotificationsConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/chatnotifications/ChatNotificationsConfig.java index a4364359e9..c8196d9826 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/chatnotifications/ChatNotificationsConfig.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/chatnotifications/ChatNotificationsConfig.java @@ -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()