Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
quantiom authored Jul 31, 2022
1 parent 1873920 commit eec2024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Player.isVanished(): Boolean
### Events
- `PrePlayerVanishEvent` - Gets called before vanishing a player, implements `Canellable`.
- `PlayerVanishEvent` - Gets called after a player vanishes.
- `PrePlayerUnVanishEvent` - Gets called before a player unvanishes, imeplements `Cancellable`.
- `PrePlayerUnVanishEvent` - Gets called before a player unvanishes, implements `Cancellable`.
- `PlayerUnVanishEvent` - Gets called after a player unvanishes.
### Example Usage
```kotlin
Expand Down

0 comments on commit eec2024

Please sign in to comment.