Skip to content

Commit aae21c9

Browse files
committed
Merge pull request #2133 from WouterJ/patch-4
Fixed typo
2 parents e2dd34c + 1c782de commit aae21c9

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)