8000 minor #6004 Fix for small typo (djoos) · symfony/symfony-docs@10b2a29 · GitHub
[go: up one dir, main page]

Skip to content

Commit 10b2a29

Browse files
committed
minor #6004 Fix for small typo (djoos)
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
2 parents 2aeffdf + 9e64dd4 commit 10b2a29

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
@@ -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)
0