We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1e5180 + 86d7d76 commit 50147d9Copy full SHA for 50147d9
book/forms.rst
@@ -126,7 +126,7 @@ In this example, you've added two fields to your form - ``task`` and ``dueDate``
126
corresponding to the ``task`` and ``dueDate`` properties of the ``Task`` class.
127
You've also assigned each a "type" (e.g. ``text``, ``date``), which, among
128
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.
+Finally, you added a submit button for submitting the form to the server.
130
131
.. versionadded:: 2.3
132
Support for submit buttons was added in Symfony 2.3. Before that, you had
0 commit comments