From eec2024f1ac3e1dbad673f92850d19d211d083c9 Mon Sep 17 00:00:00 2001 From: quantiom <35455461+quantiom@users.noreply.github.com> Date: Sun, 31 Jul 2022 18:01:29 -0400 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37d8a67..b06b1f8 100644 --- a/README.md +++ b/README.md @@ -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