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 | 2c84101615ba106c96187d8b28c31be5fba6dfce (patch) | |
tree | 8fc060716bd7294ce43e8430756f0c5ec5085fac /src/main/java/at | |
parent | f39496a47e9b60c50041c8169a5e977debfac4ed (diff) | |
download | skyhanni-2c84101615ba106c96187d8b28c31be5fba6dfce.tar.gz skyhanni-2c84101615ba106c96187d8b28c31be5fba6dfce.tar.bz2 skyhanni-2c84101615ba106c96187d8b28c31be5fba6dfce.zip |
Fixed typo
Diffstat (limited to 'src/main/java/at')
-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; |