From fa1827169912e0d4d2981d0968cdb56fbc7ea0aa Mon Sep 17 00:00:00 2001 From: apirec Date: Tue, 14 Aug 2018 16:48:43 +0200 Subject: [PATCH] Update form_customization.rst --- form/form_customization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/form/form_customization.rst b/form/form_customization.rst index 378772e5702..e1c40aec4c9 100644 --- a/form/form_customization.rst +++ b/form/form_customization.rst @@ -20,7 +20,7 @@ method: {{ form_row(form.age) }} -You can also render each of the three parts of the field individually: +You can also render each of the four parts of the field individually: .. code-block:: html+twig