Skip to content

Commit 6d2b70f

Browse files
authored
chore: fix grammar mistake (#653)
1 parent 5f8b24a commit 6d2b70f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/paper/dev/api/lifecycle/lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public void bootstrap(BootstrapContext context) {
3535

3636
## LifecycleEvents
3737

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

0 commit comments

Comments
 (0)