diff --git a/src/Validation/Validation.php b/src/Validation/Validation.php index ad0af332c59..10fc1101b5c 100644 --- a/src/Validation/Validation.php +++ b/src/Validation/Validation.php @@ -316,7 +316,7 @@ public static function compareWith($check, $field, $context) /** * Compare one field to another. * - * Return true if the comparison match the expected result. + * Return true if the comparison matches the expected result. * * @param mixed $check The value to find in $field. * @param string $field The field to check $check against. This field must be present in $context.