diff --git a/cookbook/form/form_customization.rst b/cookbook/form/form_customization.rst index 0b6b3923c01..bae214e3888 100644 --- a/cookbook/form/form_customization.rst +++ b/cookbook/form/form_customization.rst @@ -929,7 +929,7 @@ Using Form Variables -------------------- Most of the functions available for rendering different parts of a form (e.g. -the form widget, form label, form widget, etc) also allow you to make certain +the form widget, form label, form errors, etc) also allow you to make certain customizations directly. Look at the following example: .. configuration-block::