From 529a8b20dae3fc15bf0dd3e0d6f1ba78d56e76d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wac=C5=82aw=20Jacek?= Date: Wed, 24 Feb 2016 01:06:17 +0100 Subject: [PATCH] Possible typo in forms-and-actions.rst --- docs/src/user-guide/forms-and-actions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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``: