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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ public interface PluginBootstrap {
/**
* 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.
*
* @param context the server created bootstrap object