diff --git a/docs/src/user-guide/forms-and-actions.rst b/docs/src/user-guide/forms-and-actions.rst index 964920b46..561b36a1f 100644 --- a/docs/src/user-guide/forms-and-actions.rst +++ b/docs/src/user-guide/forms-and-actions.rst @@ -13,7 +13,7 @@ this part: * Process the form submission and store to database We use ``Zend\Form`` to do this. The ``Zend\Form`` component manages the form -and, form validation, we add a ``Zend\InputFilter`` to our ``Album`` entity. We +and, for validation, we add a ``Zend\InputFilter`` to our ``Album`` entity. We start by creating a new class ``Album\Form\AlbumForm`` that extends from ``Zend\Form\Form`` to define our form. Create a file called ``AlbumForm.php`` in ``module/Album/src/Album/Form``: