Fix typo in PluginBootstrap javadocs (#12821)

This commit is contained in:
David
2025-07-12 17:43:49 +02:00
committed by GitHub
parent fcfc6c3fe8
commit 4000fcc3d7

View File

@@ -29,7 +29,7 @@ public interface PluginBootstrap {
/** /**
* Called by the server to instantiate your main class. * Called by the server to instantiate your main class.
* Plugins may override this logic to define custom creation logic for said instance, like passing addition * Plugins may override this logic to define custom creation logic for said instance, like passing additional
* constructor arguments. * constructor arguments.
* *
* @param context the server created bootstrap object * @param context the server created bootstrap object