From 0666ac7b01f884d1dcc1738726f732aec2da0ce0 Mon Sep 17 00:00:00 2001 From: WCKDAWE Date: Thu, 9 Apr 2020 18:37:48 +0300 Subject: [PATCH] Minor spelling mistakes (#284) Not a grammar nazi, just noticed them and though to commit dem changes. --- .../clip/placeholderapi/expansion/PlaceholderExpansion.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/me/clip/placeholderapi/expansion/PlaceholderExpansion.java b/src/main/java/me/clip/placeholderapi/expansion/PlaceholderExpansion.java index 9c6ad16..23a974a 100644 --- a/src/main/java/me/clip/placeholderapi/expansion/PlaceholderExpansion.java +++ b/src/main/java/me/clip/placeholderapi/expansion/PlaceholderExpansion.java @@ -41,7 +41,7 @@ public abstract class PlaceholderExpansion extends PlaceholderHook { } /** - * The placeholder identifier of this expanion + * The placeholder identifier of this expansion * * @return placeholder identifier that is associated with this expansion */ @@ -92,7 +92,7 @@ public abstract class PlaceholderExpansion extends PlaceholderHook { } /** - * Check if this placeholder identfier has already been registered + * Check if this placeholder identifier has already been registered * * @return true if the identifier for this expansion is already registered */ @@ -197,4 +197,4 @@ public abstract class PlaceholderExpansion extends PlaceholderHook { public String getLink() { return null; } -} \ No newline at end of file +}