We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd27cac + da077a4 commit c46ad55Copy full SHA for c46ad55
en/views/helpers/form.rst
@@ -2204,7 +2204,7 @@ Displaying validation messages in HTML5 validity messages
2204
.. versionadded:: 3.7.0
2205
2206
If the ``autoSetCustomValidity`` FormHelper option is set to ``true``, error messages for
2207
-the field's required and notBlank validation rules will be used in lieu of the default
+the field's required and notBlank validation rules will be used instead of the default
2208
browser HTML5 required messages. Enabling the option will add the ``onvalid`` and ``oninvalid``
2209
event attributes to your fields, for example::
2210
0 commit comments