Skip to content

Commit 0693e98

Browse files
committed
minor #19828 use option name as link label (xabbuh)
This PR was merged into the 5.4 branch. Discussion ---------- use option name as link label see https://symfony.com/doc/current/forms.html#changing-the-action-and-http-method Commits ------- 507eed3 use option name as link label
2 parents f541adb + 507eed3 commit 0693e98

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
@@ -840,7 +840,7 @@ to the ``form()`` or the ``form_start()`` helper functions:
840840
that stores this method. The form will be submitted in a normal ``POST``
841841
request, but :doc:`Symfony's routing </routing>` is capable of detecting the
842842
``_method`` parameter and will interpret it as a ``PUT``, ``PATCH`` or
843-
``DELETE`` request. The :ref:`configuration-framework-http_method_override`
843+
``DELETE`` request. The :ref:`http_method_override <configuration-framework-http_method_override>`
844844
option must be enabled for this to work.
845845

846846
Changing the Form Name

0 commit comments

Comments
 (0)