aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-07-05 12:40:24 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-07-05 12:40:24 +0200
commite75cf8c6017fdf19ededbc99758be3526fb4bb67 (patch)
treef3bae17cb7175370b87829437cea5b07f45ea007 /src/main/java/at/hannibal2
parentc4092f9f36ef2d6a1914ee5ef606522d35e14cdc (diff)
downloadskyhanni-e75cf8c6017fdf19ededbc99758be3526fb4bb67.tar.gz
skyhanni-e75cf8c6017fdf19ededbc99758be3526fb4bb67.tar.bz2
skyhanni-e75cf8c6017fdf19ededbc99758be3526fb4bb67.zip
Typos
Diffstat (limited to 'src/main/java/at/hannibal2')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java4
1 files 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;