From 0b2a2530141384a68b6aa0589400a29337c18baa Mon Sep 17 00:00:00 2001 From: Christian Koop Date: Sat, 26 Nov 2022 20:40:28 +0100 Subject: [PATCH] Fix typo in JavaDoc --- .../songoda/core/configuration/songoda/SongodaYamlConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.