From 3490b6b7e01213d92474aa3f8f3fbd8a6f158140 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Wed, 5 Jul 2023 12:46:39 +0200 Subject: Typo --- src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/at/hannibal2/skyhanni') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java index 1d826e8ba..cbedf3dca 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java @@ -214,7 +214,7 @@ public class RiftConfig { public boolean enabled = true; @Expose - @ConfigOption(name = "Look Ahead", desc = "Change wow many platforms should be shown in front of you.") + @ConfigOption(name = "Look Ahead", desc = "Change how many platforms should be shown in front of you.") @ConfigEditorSlider(minStep = 1, maxValue = 9, minValue = 1) public int lookAhead = 2; -- cgit