diff --git a/Core/src/main/java/com/songoda/core/configuration/songoda/SongodaYamlConfig.java b/Core/src/main/java/com/songoda/core/configuration/songoda/SongodaYamlConfig.java index 1bf086ec..37af9013 100644 --- a/Core/src/main/java/com/songoda/core/configuration/songoda/SongodaYamlConfig.java +++ b/Core/src/main/java/com/songoda/core/configuration/songoda/SongodaYamlConfig.java @@ -63,7 +63,7 @@ public class SongodaYamlConfig extends YamlConfiguration { /** * Calls {@link #load()} and then {@link #save()}.
*
- * As this is intered to keep the {@link org.bukkit.plugin.java.JavaPlugin#onEnable()} method clean, + * As this is intended to keep the {@link org.bukkit.plugin.java.JavaPlugin#onEnable()} method clean, * it catches all exceptions and logs them instead.
*
* If this method returns false, the plugins should be disabled.