diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-16 01:21:00 +0100 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-16 01:21:00 +0100 |
| commit | e7491acb0f0aea1afe1d2b98a9ed7a198e1b3457 (patch) | |
| tree | 8fc060716bd7294ce43e8430756f0c5ec5085fac | |
| parent | 845a2cb428a1a2c6df716a750326105e28313199 (diff) | |
| download | SkyHanni-e7491acb0f0aea1afe1d2b98a9ed7a198e1b3457.tar.gz SkyHanni-e7491acb0f0aea1afe1d2b98a9ed7a198e1b3457.tar.bz2 SkyHanni-e7491acb0f0aea1afe1d2b98a9ed7a198e1b3457.zip | |
Fixed typo
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Ashfang.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Ashfang.java b/src/main/java/at/hannibal2/skyhanni/config/features/Ashfang.java index 6a04dd075..5c7c719ae 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Ashfang.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Ashfang.java @@ -10,7 +10,7 @@ import com.google.gson.annotations.Expose; public class Ashfang { @Expose - @ConfigOption(name = "Freeze", desc = "Show the cooldown fpr how long Ashfang blocks your abilities.") + @ConfigOption(name = "Freeze", desc = "Show the cooldown for how long Ashfang blocks your abilities.") @ConfigEditorBoolean public boolean freezeCooldown = false; |
