Skip to content

Commit 9e64dd4

Browse files
committed
Fix for small typo
"$mySevice" => "$myService"
1 parent 2aeffdf commit 9e64dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/forms.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1188,7 +1188,7 @@ type. Create a constructor to your form type to receive the service::
11881188
{
11891189
private $myService;
11901190

1191-
public function __construct(MyService $mySevice)
1191+
public function __construct(MyService $myService)
11921192
{
11931193
$this->myService = $myService;
11941194
}

0 commit comments

Comments
 (0)