From 0099a6a012b043fcfbf56664c76d2a7eba91575e Mon Sep 17 00:00:00 2001 From: Michal Kleiner Date: Mon, 13 Apr 2020 16:39:44 +1200 Subject: [PATCH] Fix README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d12dc73..58383d8 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ $validator->setHTMLOutput(false); // get the validation error or empty string $requiredTypesValidationError = $validator->validateRequiredTypes($this->getOwner()->Tags()); -// use the validation message futher +// use the validation message further // ... ```