Skip to content

Commit 1c782de

Browse files
committed
Fixed typo, closes #2132
1 parent e2dd34c commit 1c782de

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
@@ -1381,7 +1381,7 @@ But sometimes, you may just want to use a form without a class, and get back
13811381
an array of the submitted data. This is actually really easy::
13821382

13831383
// make sure you've imported the Request namespace above the class
1384-
use Symfony\Component\HttpFoundation\Request
1384+
use Symfony\Component\HttpFoundation\Request;
13851385
// ...
13861386

13871387
public function contactAction(Request $request)

0 commit comments

Comments
 (0)