Skip to content

Commit

Permalink
Fix for small typo
Browse files Browse the repository at this point in the history
"$mySevice" => "$myService"
  • Loading branch information
djoos committed Dec 12, 2015
1 parent 2aeffdf commit 9e64dd4
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 @@ -1188,7 +1188,7 @@ type. Create a constructor to your form type to receive the service::
{
private $myService;

public function __construct(MyService $mySevice)
public function __construct(MyService $myService)
{
$this->myService = $myService;
}
Expand Down

0 comments on commit 9e64dd4

Please sign in to comment.