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 {