Skip to content

Commit

Permalink
Fix typo in description
Browse files Browse the repository at this point in the history
Fix typo in description
  • Loading branch information
martyshka authored and wouterj committed Jun 7, 2015
1 parent 08d27d2 commit 8a0a995
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 @@ -634,7 +634,7 @@ current URL is before creating the token in ``createToken()``::
This uses the handy :class:`Symfony\\Component\\Security\\Http\\HttpUtils`
class to check if the current URL matches the URL you're looking for. In this
case, the URL (``/login/check``) has been hardcoded in the class, but you
could also inject it as the third constructor argument.
could also inject it as the second constructor argument.

Next, just update your service configuration to inject the ``security.http_utils``
service:
Expand Down

0 comments on commit 8a0a995

Please sign in to comment.