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

Skip to content

Commit 957c46d

Browse files
fix typo.
1 parent 55442b5 commit 957c46d

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)
0