Skip to content

Commit 804bcc8

Browse files
committed
minor #14638 [Security] Minor typo (Nyholm)
This PR was submitted for the 5.2 branch but it was squashed and merged into the 5.1 branch instead. Discussion ---------- [Security] Minor typo Commits ------- 36b60ac [Security] Minor typo
2 parents 0827374 + 36b60ac commit 804bcc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

security/experimental_authenticators.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ The authenticator can be enabled using the ``custom_authenticators`` setting:
337337
- App\Security\ApiKeyAuthenticator
338338
339339
# don't forget to also configure the entry_point if the
340-
# authenticator implements AuthenticatorEntryPointInterface
340+
# authenticator implements AuthenticationEntryPointInterface
341341
# entry_point: App\Security\CustomFormLoginAuthenticator
342342
343343
.. code-block:: xml
@@ -409,7 +409,7 @@ well as other pieces of information, like whether a password should be checked
409409
or if "remember me" functionality should be enabled.
410410

411411
The default
412-
:class:`Symfony\\Component\\Security\\Http\\Authenticator\\Passport\\Passport`.
412+
:class:`Symfony\\Component\\Security\\Http\\Authenticator\\Passport\\Passport`
413413
requires a user object and credentials. The following credential classes
414414
are supported by default:
415415

0 commit comments

Comments
 (0)