Skip to content

Commit 8526607

Browse files
authored
Fix typo in validation_data.md (#262)
1 parent 61d51fc commit 8526607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/php/api/form_builder/validation_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Form Validation
44

55
Every form field class has to implement `IFormField::validate()` according to their internal logic of what constitutes a valid value.
6-
If a certain constraint for the value is no met, a form field validation error object is added to the form field.
6+
If a certain constraint for the value is not met, a form field validation error object is added to the form field.
77
Form field validation error classes have to implement the interface `IFormFieldValidationError`.
88

99
In addition to intrinsic validations like checking the length of the value of a text form field, in many cases, there are additional constraints specific to the form like ensuring that the text is not already used by a different object of the same database object class.

0 commit comments

Comments
 (0)