From 8758675481f7c7d1fad6f73f075084592330745f Mon Sep 17 00:00:00 2001 From: Maks Rafalko Date: Mon, 12 Aug 2013 14:06:20 +0300 Subject: [PATCH] Small typo Fixed small typo (extra "`") --- cookbook/form/direct_submit.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/form/direct_submit.rst b/cookbook/form/direct_submit.rst index 2d68aeae774..4228148a28f 100644 --- a/cookbook/form/direct_submit.rst +++ b/cookbook/form/direct_submit.rst @@ -115,6 +115,6 @@ a convenient shortcut to the previous example:: } Passing the :class:`Symfony\\Component\HttpFoundation\\Request` directly to -:method:`Symfony\\Component\\Form\\FormInterface::submit`` still works, but is +:method:`Symfony\\Component\\Form\\FormInterface::submit` still works, but is deprecated and will be removed in Symfony 3.0. You should use the method :method:`Symfony\Component\Form\FormInterface::handleRequest` instead.