Skip to content

Commit

Permalink
minor #6004 Fix for small typo (djoos)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.8 branch.

Discussion
----------

Fix for small typo

"$mySevice" => "$myService"

Thanks in advance for getting this merged in!

Kind regards,
David

Commits
-------

9e64dd4 Fix for small typo
  • Loading branch information
wouterj committed Dec 12, 2015
2 parents 2aeffdf + 9e64dd4 commit 10b2a29
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 10b2a29

Please sign in to comment.