Skip to content

Commit c7c6a9d

Browse files
committed
bug #5358 Fix typo in description (martyshka)
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
2 parents 08d27d2 + 8a0a995 commit c7c6a9d

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
@@ -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)