Skip to content

Commit d90abb5

Browse files
committed
Merge branch '5.4' into 6.4
* 5.4: use option name as link label
2 parents 6baba49 + 0693e98 commit d90abb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forms.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ to the ``form()`` or the ``form_start()`` helper functions:
780780
that stores this method. The form will be submitted in a normal ``POST``
781781
request, but :doc:`Symfony's routing </routing>` is capable of detecting the
782782
``_method`` parameter and will interpret it as a ``PUT``, ``PATCH`` or
783-
``DELETE`` request. The :ref:`configuration-framework-http_method_override`
783+
``DELETE`` request. The :ref:`http_method_override <configuration-framework-http_method_override>`
784784
option must be enabled for this to work.
785785

786786
Changing the Form Name

0 commit comments

Comments
 (0)