From: ilou <8680610+ilouHD@users.noreply.github.com> Date: Fri, 25 Feb 2022 22:22:57 +0000 (+0100) Subject: Fix typo in validation_data.md (#262) X-Git-Tag: 5.6.final~53^2~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=85266077da1ff285b5634c742486fbd76ea15963;p=GitHub%2FWoltLab%2Fwoltlab.github.io.git Fix typo in validation_data.md (#262) --- diff --git a/docs/php/api/form_builder/validation_data.md b/docs/php/api/form_builder/validation_data.md index 5613eae3..8956f2bc 100644 --- a/docs/php/api/form_builder/validation_data.md +++ b/docs/php/api/form_builder/validation_data.md @@ -3,7 +3,7 @@ ## Form Validation Every form field class has to implement `IFormField::validate()` according to their internal logic of what constitutes a valid value. -If a certain constraint for the value is no met, a form field validation error object is added to the form field. +If a certain constraint for the value is not met, a form field validation error object is added to the form field. Form field validation error classes have to implement the interface `IFormFieldValidationError`. 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.