10000 2.3 by ThomasLandauer · Pull Request #5569 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

2.3 #5569

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 17 commits into from
Closed

2.3 #5569

Changes from 1 commit
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
Prev Previous commit
Minor clarification
"the form" sounded like the HTML form.

| Q             | A
| ------------- | ---
| Doc fix?      | [yes]
| New docs?     | [no]
| Applies to    | [2.3]
| Fixed tickets | []
  • Loading branch information
ThomasLandauer committed Jul 31, 2015
commit e5fbbf7fabef8e5a0fca31d98c7624a28558f035
2 changes: 1 addition & 1 deletion book/forms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ Handling Form Submissions

The second job of a form is to translate user-submitted data back to the
properties of an object. To make this happen, the submitted data from the
user must be written into the form. Add the following functionality to your
user must be written into ``$form``. Add the following functionality to your
controller::

// ...
Expand Down
0