From cdaf5496f3cd84dd4d896b62cb9f3110624b38d2 Mon Sep 17 00:00:00 2001 From: apirec Date: Tue, 14 Aug 2018 17:20:55 +0200 Subject: [PATCH] Update form_customization.rst Fixed the same little mistake as in the 4.1 version. --- 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