From e75cf8c6017fdf19ededbc99758be3526fb4bb67 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Wed, 5 Jul 2023 12:40:24 +0200 Subject: Typos --- src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java | 4 ++-- 1 file changed, 2 insertions(+), 2 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 a6c11495d..1d826e8ba 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java @@ -209,12 +209,12 @@ public class RiftConfig { public static class UpsideDownParkour { @Expose - @ConfigOption(name = "Enabled", desc = "Helps to solve the upside down parkour in the mirror verse by showing the correct way.") + @ConfigOption(name = "Enabled", desc = "Helps solving the upside down parkour in the mirror verse by showing the correct way.") @ConfigEditorBoolean public boolean enabled = true; @Expose - @ConfigOption(name = "Look Ahead", desc = "How many plattforms should be shown in front of you?") + @ConfigOption(name = "Look Ahead", desc = "Change wow many platforms should be shown in front of you.") @ConfigEditorSlider(minStep = 1, maxValue = 9, minValue = 1) public int lookAhead = 2; -- cgit