diff --git a/routing.rst b/routing.rst index 1d72af7bbe5..1db6fa4448a 100644 --- a/routing.rst +++ b/routing.rst @@ -301,7 +301,7 @@ Use the ``methods`` option to restrict the verbs each route should respond to: HTML forms only support ``GET`` and ``POST`` methods. If you're calling a route with a different method from an HTML form, add a hidden field called - ``_method`` with the method to use (e.g. ````). + ``_method`` with the method to use (e.g. ````). If you create your forms with :doc:`Symfony Forms ` this is done automatically for you.