Skip to content

Commit 02aeade

Browse files
committed
minor symfony#3967 fix typo. (yositani2002)
This PR was merged into the 2.3 branch. Discussion ---------- fix typo. two notes does not show. | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | Commits ------- 957c46d fix typo.
2 parents 208b0dc + 957c46d commit 02aeade

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ used to decide whether to process the form submission in the
1717
* DELETE
1818
* PATCH
1919
20-
.. note:
20+
.. note::
2121
2222
When the method is PUT, PATCH, or DELETE, Symfony will automatically
2323
render a ``_method`` hidden field in your form. This is used to "fake"
2424
these HTTP methods, as they're not supported on standard browsers. For
2525
more information, see :doc:`/cookbook/routing/method_parameters`.
2626

27-
.. note:
27+
.. note::
2828

2929
The PATCH method allows submitting partial data. In other words, if the
3030
submitted form data is missing certain fields, those will be ignored

0 commit comments

Comments
 (0)