diff --git a/src/View/Helper/FormHelper.php b/src/View/Helper/FormHelper.php index ab0ec969a72..ee0a829bbe5 100755 --- a/src/View/Helper/FormHelper.php +++ b/src/View/Helper/FormHelper.php @@ -581,8 +581,8 @@ public function isFieldError($field) { /** * Returns a formatted error message for given form field, '' if no errors. * - * Uses the `error`, `errorList` and `errorItem` templates. The errorList and - * errorItem templates are used to format multiple error messages per field. + * Uses the `error`, `errorList` and `errorItem` templates. The `errorList` and + * `errorItem` templates are used to format multiple error messages per field. * * ### Options: *