Skip to content

Commit 50147d9

Browse files
committed
Merge pull request symfony#2648 from gregquat/patch-13
[Book/Form] minor fix, superfluous word
2 parents b1e5180 + 86d7d76 commit 50147d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/forms.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ In this example, you've added two fields to your form - ``task`` and ``dueDate``
126126
corresponding to the ``task`` and ``dueDate`` properties of the ``Task`` class.
127127
You've also assigned each a "type" (e.g. ``text``, ``date``), which, among
128128
other things, determines which HTML form tag(s) is rendered for that field.
129-
At Finally, you added a submit button for submitting the form to the server.
129+
Finally, you added a submit button for submitting the form to the server.
130130

131131
.. versionadded:: 2.3
132132
Support for submit buttons was added in Symfony 2.3. Before that, you had

0 commit comments

Comments
 (0)