Skip to content

Commit 12e77b5

Browse files
committedSep 2, 2024·
Merge branch '5.4' into 6.4
* 5.4: fix typo
2 parents f052268 + a1baaf1 commit 12e77b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎security/custom_authenticator.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ method that fits most use-cases::
3737
*/
3838
public function supports(Request $request): ?bool
3939
{
40-
// "auth_token" is an example of a custom, non-standard HTTP header used in this application
40+
// "auth-token" is an example of a custom, non-standard HTTP header used in this application
4141
return $request->headers->has('auth-token');
4242
}
4343

0 commit comments

Comments
 (0)
Please sign in to comment.