Skip to content

Commit acd93d6

Browse files
committed
Fixed a typo
1 parent 7ca5b75 commit acd93d6

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)