We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f8b24a commit 6d2b70fCopy full SHA for 6d2b70f
src/content/docs/paper/dev/api/lifecycle/lifecycle.md
@@ -35,7 +35,7 @@ public void bootstrap(BootstrapContext context) {
35
36
## LifecycleEvents
37
38
-After obtaining the correct `LifecycleEventManager`, create a event handler by selecting an
+After obtaining the correct `LifecycleEventManager`, create an event handler by selecting an
39
event type from [LifecycleEvents](jd:paper:io.papermc.paper.plugin.lifecycle.event.types.LifecycleEvents):
40
```java title="TestPlugin.java"
41
@Override
0 commit comments