From bde5a70e76611ec7c0b8bbfcb91658d859176f0a Mon Sep 17 00:00:00 2001 From: Yohann Durand <34881241+Yohann76@users.noreply.github.com> Date: Wed, 19 Feb 2020 02:41:19 +0100 Subject: [PATCH] Update form.rst --- components/form.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/form.rst b/components/form.rst index 84b4664d671..a2990e8d18d 100644 --- a/components/form.rst +++ b/components/form.rst @@ -651,7 +651,7 @@ This defines a common form "workflow", which contains 3 different possibilities: 1) On the initial GET request (i.e. when the user "surfs" to your page), build your form and render it; -If the request is a POST, process the submitted data (via ``handleRequest()``). +If the request is a POST, process the submitted data (via :method:`Symfony\\Component\\Form\\Form::handleRequest`). Then: 2) if the form is invalid, re-render the form (which will now contain errors);