Minor spelling mistakes (#284)

Not a grammar nazi, just noticed them and though to commit dem changes.
This commit is contained in:
WCKDAWE
2020-04-09 18:37:48 +03:00
committed by GitHub
parent 2caf5f0232
commit 0666ac7b01

View File

@@ -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;
}
}
}