From e55e26e0366ead0b68bfb54b561c75b03803f34a Mon Sep 17 00:00:00 2001 From: Tyson Andre Date: Sat, 21 Dec 2019 04:43:55 -0500 Subject: [PATCH] Fix typos in README.md (#163) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f31c1e4..458e72d4 100644 --- a/README.md +++ b/README.md @@ -240,7 +240,7 @@ Overriding the following methods in your assertion class allows you to change th * `protected static function typeToString($value)` * This method is used for error messages, to convert the a value to a string representing its type. * `protected static function strlen($value)` - * This method is used to calculate string lenght for relevant methods, using the `mb_strlen` if available and usefull. + * This method is used to calculate string length for relevant methods, using the `mb_strlen` if available and useful. * `protected static function reportInvalidArgument($message)` * This method is called when an assertion fails, with the specified error message. Here you can throw your own exception, or log something.