Skip to content

Commit

Permalink
Fixed typo, closes symfony#2132
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Jan 14, 2013
1 parent e2dd34c commit 1c782de
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 @@ -1381,7 +1381,7 @@ But sometimes, you may just want to use a form without a class, and get back
an array of the submitted data. This is actually really easy::

// make sure you've imported the Request namespace above the class
use Symfony\Component\HttpFoundation\Request
use Symfony\Component\HttpFoundation\Request;
// ...

public function contactAction(Request $request)
Expand Down

0 comments on commit 1c782de

Please sign in to comment.