From 377741ac06031ba20238aeb956a6501efd1d28dd Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Mon, 8 May 2023 00:53:38 +0200 Subject: Fixed typo --- src/main/java/at/hannibal2/skyhanni/config/features/Diana.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Diana.java b/src/main/java/at/hannibal2/skyhanni/config/features/Diana.java index bd4edb7f2..b88bc07e4 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Diana.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Diana.java @@ -50,7 +50,7 @@ public class Diana { public boolean focusInquisitor = false; @Expose - @ConfigOption(name = "Instant SHare", desc = "Share the waypoint as soon as you find a inquisitor. As alternative, you can share it only via key press") + @ConfigOption(name = "Instant Share", desc = "Share the waypoint as soon as you find a inquisitor. As alternative, you can share it only via key press") @ConfigEditorBoolean public boolean instantShare = true; -- cgit