Fix typo in JavaDoc

This commit is contained in:
Christian Koop 2022-11-26 20:40:28 +01:00
parent 00789921a3
commit 0b2a253014
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ public class SongodaYamlConfig extends YamlConfiguration {
/**
* Calls {@link #load()} and then {@link #save()}.<br>
* <br>
* 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.<br>
* <br>
* If this method returns false, the plugins should be disabled.