aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorEric W <42985687+ericpretzel@users.noreply.github.com>2023-09-02 03:37:18 -0700
committerGitHub <noreply@github.com>2023-09-02 12:37:18 +0200
commitb2b0a4794341885f52111f8fd6d863915b6d460d (patch)
treee749bbd5da1333d9125ee992f62d19466aaea94a /src/main/java/at/hannibal2/skyhanni/config
parent28d51c01b37418ffc9c9f6046d82b528b137a649 (diff)
downloadskyhanni-b2b0a4794341885f52111f8fd6d863915b6d460d.tar.gz
skyhanni-b2b0a4794341885f52111f8fd6d863915b6d460d.tar.bz2
skyhanni-b2b0a4794341885f52111f8fd6d863915b6d460d.zip
Typo fixes (#431)
Fixed typos #431
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java
index d6af72b41..de8db100c 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java
@@ -34,7 +34,7 @@ public class SlayerConfig {
public String beaconColor = "0:255:255:0:88";
@Expose
- @ConfigOption(name = "Show Warning", desc = "Displays a warning mid-screen then the Enderman Slayer throws a Yang Glyph (beacon).")
+ @ConfigOption(name = "Show Warning", desc = "Displays a warning mid-screen when the Enderman Slayer throws a Yang Glyph (beacon).")
@ConfigEditorBoolean
@FeatureToggle
public boolean showWarning = false;