Skip to content

Commit cc35566

Browse files
committed
minor symfony#11285 Fixed a typo (javiereguiluz)
This PR was merged into the 3.4 branch. Discussion ---------- Fixed a typo Commits ------- acd93d6 Fixed a typo
2 parents 7ca5b75 + acd93d6 commit cc35566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/multiple_guard_authenticators.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ This is how your security configuration can look in action:
7171
'entry_point' => '',
7272
'authenticators' => [
7373
LoginFormAuthenticator::class,
74-
FacebookConnectAuthenticator::class'
74+
FacebookConnectAuthenticator::class,
7575
],
7676
],
7777
],

0 commit comments

Comments
 (0)