Skip to content

Commit a1ab5fd

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: use option name as link label
2 parents 11cd34d + d90abb5 commit a1ab5fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ to the ``form()`` or the ``form_start()`` helper functions:
773773
that stores this method. The form will be submitted in a normal ``POST``
774774
request, but :doc:`Symfony's routing </routing>` is capable of detecting the
775775
``_method`` parameter and will interpret it as a ``PUT``, ``PATCH`` or
776-
``DELETE`` request. The :ref:`configuration-framework-http_method_override`
776+
``DELETE`` request. The :ref:`http_method_override <configuration-framework-http_method_override>`
777777
option must be enabled for this to work.
778778

779779
Changing the Form Name

0 commit comments

Comments
 (0)