8000 fixed typo · symfony/symfony-docs@e915162 · GitHub
[go: up one dir, main page]

Skip to content

Commit e915162

Browse files
Sam Hudsonweaverryan
Sam Hudson
authored andcommitted
fixed typo
1 parent 9445676 commit e915162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/security/api_key_authentication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ exception in ``refreshUser()``.
213213
Handling Authentication Failure
214214
-------------------------------
215215

216-
In order for you're ``ApiKeyAuthentication`` to correctly display a 403
216+
In order for your ``ApiKeyAuthentication`` to correctly display a 403
217217
http status when either bad credentials or authentication fails you will
218218
need to implement the :class:`Symfony\Component\Security\Http\Authentication\AuthenticationFailureHandlerInterface` on your
219219
Authenticator. This will provide a method ``onAuthenticationFailure`` which

0 commit comments

Comments
 (0)
0