Skip to content

Commit

Permalink
Minor clarification
Browse files Browse the repository at this point in the history
"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 authored and wouterj committed Dec 19, 2015
1 parent 3ce46f6 commit 2b00abe
Showing 1 changed file with 1 addition and 1 deletion.
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 comments on commit 2b00abe

Please sign in to comment.