diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-07-05 12:46:39 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-07-05 12:46:39 +0200 |
commit | 3490b6b7e01213d92474aa3f8f3fbd8a6f158140 (patch) | |
tree | 3675f5119446f27748a00b5ed20cec72fcac7e3c /src/main | |
parent | e75cf8c6017fdf19ededbc99758be3526fb4bb67 (diff) | |
download | skyhanni-3490b6b7e01213d92474aa3f8f3fbd8a6f158140.tar.gz skyhanni-3490b6b7e01213d92474aa3f8f3fbd8a6f158140.tar.bz2 skyhanni-3490b6b7e01213d92474aa3f8f3fbd8a6f158140.zip |
Typo
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
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; |