Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 86d7d76

Browse filesBrowse files
committed
[Book/Form] minor fix, superfluous word
1 parent 59d6e6e commit 86d7d76
Copy full SHA for 86d7d76

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎book/forms.rst

Copy file name to clipboardExpand all lines: book/forms.rst
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.