Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hudson authored and Sam Hudson committed Mar 9, 2014
1 parent db8e01a commit 066bccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/security/api_key_authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ exception in ``refreshUser()``.
Handling Authentication Failure
-------------------------------

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

0 comments on commit 066bccb

Please # to comment.