From c2dc51c7280969d3b349e23beaeadd6483edd46b Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Sat, 1 Aug 2020 15:09:22 +0200 Subject: [PATCH] fix typo --- wiki/PlaceholderExpansion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/PlaceholderExpansion.md b/wiki/PlaceholderExpansion.md index 59001aa..a9d785b 100644 --- a/wiki/PlaceholderExpansion.md +++ b/wiki/PlaceholderExpansion.md @@ -148,7 +148,7 @@ import at.helpch.placeholderapi.example.SomePlugin; * {@code /plugins/PlaceholderAPI/expansions} on your server. *
*
If you create such a class inside your own plugin, you have to - * register it manually in your plugins {@code onEbale()} by using + * register it manually in your plugins {@code onEnable()} by using * {@code new YourExpansionClass().register();} */ public class SomeExpansion extends PlaceholderExpansion {