aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNetheriteMiner <88792142+NetheriteMiner@users.noreply.github.com>2023-03-15 12:16:42 -0400
committerGitHub <noreply@github.com>2023-03-15 12:16:42 -0400
commitdd1b6c5d9603ca715379f56bf429df00b8a55fc0 (patch)
tree9bb9821a3c62ba7dc01e97416d1828127af17721
parent3d147fd473601c386fbdcf6a36baa1999b8b0885 (diff)
downloadskyhanni-dd1b6c5d9603ca715379f56bf429df00b8a55fc0.tar.gz
skyhanni-dd1b6c5d9603ca715379f56bf429df00b8a55fc0.tar.bz2
skyhanni-dd1b6c5d9603ca715379f56bf429df00b8a55fc0.zip
Grammar
Fixed the last change I made because I realized it wasn't perfect
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/CommandsFeatures.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/CommandsFeatures.java b/src/main/java/at/hannibal2/skyhanni/config/features/CommandsFeatures.java
index 4a2b6c112..385f471d7 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/CommandsFeatures.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/CommandsFeatures.java
@@ -7,7 +7,7 @@ import com.google.gson.annotations.Expose;
public class CommandsFeatures {
@Expose
- @ConfigOption(name = "Fandom Wiki", desc = "Using §ehypixel-skyblock.fandom.com §7instead of Hypixel wiki (§ewiki.hypixel.net§7).")
+ @ConfigOption(name = "Fandom Wiki", desc = "Use Fandom wiki (§ehypixel-skyblock.fandom.com§7) instead of the Hypixel wiki (§ewiki.hypixel.net§7).")
@ConfigEditorBoolean
public boolean useFandomWiki = false;
}