Skip to content

Commit 2b00abe

Browse files
ThomasLandauerwouterj
authored andcommitted
Minor clarification
"the form" sounded like the HTML form. | Q | A | ------------- | --- | Doc fix? | [yes] | New docs? | [no] | Applies to | [2.3] | Fixed tickets | []
1 parent 3ce46f6 commit 2b00abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/forms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Handling Form Submissions
212212

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

218218
// ...

0 commit comments

Comments
 (0)