Skip to content

Commit 8a0a995

Browse files
martyshkawouterj
authored andcommitted
Fix typo in description
Fix typo in description
1 parent 08d27d2 commit 8a0a995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/security/api_key_authentication.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ current URL is before creating the token in ``createToken()``::
634634
This uses the handy :class:`Symfony\\Component\\Security\\Http\\HttpUtils`
635635
class to check if the current URL matches the URL you're looking for. In this
636636
case, the URL (``/login/check``) has been hardcoded in the class, but you
637-
could also inject it as the third constructor argument.
637+
could also inject it as the second constructor argument.
638638

639639
Next, just update your service configuration to inject the ``security.http_utils``
640640
service:

0 commit comments

Comments
 (0)