8000 minor #3988 fix typos. (yositani2002) · symfony/symfony-docs@d882cc0 · GitHub
[go: up one dir, main page]

Skip to content

Commit d882cc0

Browse files
committed
minor #3988 fix typos. (yositani2002)
This PR was merged into the 2.3 branch. Discussion ---------- fix typos. two notes and one caution dose not show. | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | Commits ------- 5402121 fix typos.
2 parents b67a059 + 5402121 commit d882cc0

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

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