8000 [#8497] fix typo · symfony/symfony-docs@3da301a · GitHub
[go: up one dir, main page]

Skip to content

Commit 3da301a

Browse files
committed
[#8497] fix typo
1 parent 2ed7ac0 commit 3da301a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/guard_authentication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ Each authenticator needs the following methods:
378378
**getCredentials(Request $request)**
379379
This will be called on *every* request and your job is to read the token (or
380380
whatever your "authentication" information is) from the request and return it.
381-
These credentials are later passed as the first argument ot ``getUser()``.
381+
These credentials are later passed as the first argument of ``getUser()``.
382382

383383
**getUser($credentials, UserProviderInterface $userProvider)**
384384
The ``$credentials`` argument is the value returned by ``getCredentials()``.

0 commit comments

Comments
 (0)
0