Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/paper/dev/api/lifecycle/lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public void bootstrap(BootstrapContext context) {

## LifecycleEvents

After obtaining the correct `LifecycleEventManager`, create a event handler by selecting an
After obtaining the correct `LifecycleEventManager`, create an event handler by selecting an
event type from [LifecycleEvents](jd:paper:io.papermc.paper.plugin.lifecycle.event.types.LifecycleEvents):
```java title="TestPlugin.java"
@Override
Expand Down