diff --git a/README.md b/README.md index 21e2c34..afe6032 100644 --- a/README.md +++ b/README.md @@ -533,7 +533,7 @@ callback { @Override public void onError(@NonNull PiracyCheckerError error) { - // This method is not required to be implemented/overriden but... + // This method is not required to be implemented/overridden but... // You can either do something specific when an error occurs while checking the license, // Or manage the error, using the 'error' parameter, yourself (Check errors at {@link PiracyCheckerError}). }