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