8000 fix typos. · symfony/symfony-docs@5402121 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5402121

Browse files
fix typos.
1 parent eb813a5 commit 5402121

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

reference/forms/types/options/pattern.rst.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ pattern
66
This adds an HTML5 ``pattern`` attribute to restrict the field input by a
77
given regular expression.
88

B39E
9-
.. caution:
9+
.. caution::
1010

1111
The ``pattern`` attribute provides client-side validation for convenience
1212
purposes only and must not be used as a replacement for reliable
1313
server-side validation.
1414

15-
.. note:
15+
.. note::
1616

1717
When using validation constraints, this option is set automatically
1818
for some constraints to match the server-side validation.

reference/forms/types/options/post_max_size_message.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ This is the validation error message that's used if submitted POST form data
77
exceeds ``php.ini``'s ``post_max_size`` directive. The ``{{ max }}``
88
placeholder can be used to display the allowed size.
99

10-
.. note:
10+
.. note::
1111

1212
Validating the ``post_max_size`` only happens on the root form.

0 commit comments

Comments
 (0)
0