Skip to content

Commit c46ad55

Browse files
authored
Merge pull request #8029 from montac/patch-1
Fix translation form.rst
2 parents bd27cac + da077a4 commit c46ad55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/views/helpers/form.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2204,7 +2204,7 @@ Displaying validation messages in HTML5 validity messages
22042204
.. versionadded:: 3.7.0
22052205

22062206
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
2207+
the field's required and notBlank validation rules will be used instead of the default
22082208
browser HTML5 required messages. Enabling the option will add the ``onvalid`` and ``oninvalid``
22092209
event attributes to your fields, for example::
22102210

0 commit comments

Comments
 (0)