diff options
author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2024-05-06 08:56:00 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-06 08:56:00 +1000 |
commit | 387f9cb2b957a11719d7c423ea881e6578d831ae (patch) | |
tree | 8ea904d059006f3bc93139a7f046bdefb878a4e7 /src/main/java | |
parent | 1b29609c72b4e7fde49dd249e8f9893d5fa8f636 (diff) | |
download | skyhanni-387f9cb2b957a11719d7c423ea881e6578d831ae.tar.gz skyhanni-387f9cb2b957a11719d7c423ea881e6578d831ae.tar.bz2 skyhanni-387f9cb2b957a11719d7c423ea881e6578d831ae.zip |
Fix: Typo (#1713)
Diffstat (limited to 'src/main/java')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/misc/TrackerConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/misc/TrackerConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/misc/TrackerConfig.java index 15edc6976..5896dd38c 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/misc/TrackerConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/misc/TrackerConfig.java @@ -121,7 +121,7 @@ public class TrackerConfig { } @Expose - @ConfigOption(name = "Hide outside Inventory", desc = "Hide Profit Trackers while not insidie an inventory.") + @ConfigOption(name = "Hide outside Inventory", desc = "Hide Profit Trackers while not inside an inventory.") @ConfigEditorBoolean public boolean hideItemTrackersOutsideInventory = false; } |