Skip to content
This repository has been archived by the owner on May 24, 2018. It is now read-only.

Possible typo in forms-and-actions.rst #1531

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/user-guide/forms-and-actions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``:
Expand Down