diff --git a/docs/en/02_Developer_Guides/03_Forms/01_Validation.md b/docs/en/02_Developer_Guides/03_Forms/01_Validation.md index c1910e70a..a9c9f0064 100644 --- a/docs/en/02_Developer_Guides/03_Forms/01_Validation.md +++ b/docs/en/02_Developer_Guides/03_Forms/01_Validation.md @@ -102,7 +102,7 @@ the same validation logic applied to it throughout. } else if($this->value > 5 || $this->value < 2) { $validator->validationError( - $this->name, "Your number must be between 2 and 5, "validation", false + $this->name, "Your number must be between 2 and 5", "validation", false ); return false; @@ -232,4 +232,4 @@ Again, custom error messages can be provided through the `FormField` ## API Documentation * [api:RequiredFields] - * [api:Validator] \ No newline at end of file + * [api:Validator]