Skip to content

Commit

Permalink
bug #5358 Fix typo in description (martyshka)
Browse files Browse the repository at this point in the history
This PR was submitted for the 2.7 branch but it was merged into the 2.6 branch instead (closes #5358).

Discussion
----------

Fix typo in description

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | 2.7
| Fixed tickets |

Commits
-------

8a0a995 Fix typo in description
  • Loading branch information
wouterj committed Jun 7, 2015
2 parents 08d27d2 + 8a0a995 commit c7c6a9d
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 c7c6a9d

Please sign in to comment.