diff --git a/src/main/java/com/lenis0012/bukkit/loginsecurity/LoginSecurityConfig.java b/src/main/java/com/lenis0012/bukkit/loginsecurity/LoginSecurityConfig.java index 1896a8b4..f19b306c 100644 --- a/src/main/java/com/lenis0012/bukkit/loginsecurity/LoginSecurityConfig.java +++ b/src/main/java/com/lenis0012/bukkit/loginsecurity/LoginSecurityConfig.java @@ -104,7 +104,7 @@ public class LoginSecurityConfig extends AbstractConfig { @ConfigHeader({ "Language for messages, check wiki for more info.", "List: https://github.com/lenis0012/Translations", - "This setting should be set tot he file name without .json" + "This setting should be set to the file name without .json" }) @ConfigKey private String language = "en_us";