Skip to content

Commit 4000fcc

Browse files
authored
Fix typo in PluginBootstrap javadocs (#12821)
1 parent fcfc6c3 commit 4000fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paper-api/src/main/java/io/papermc/paper/plugin/bootstrap/PluginBootstrap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public interface PluginBootstrap {
2929

3030
/**
3131
* Called by the server to instantiate your main class.
32-
* Plugins may override this logic to define custom creation logic for said instance, like passing addition
32+
* Plugins may override this logic to define custom creation logic for said instance, like passing additional
3333
* constructor arguments.
3434
*
3535
* @param context the server created bootstrap object

0 commit comments

Comments
 (0)