Skip to content

Commit a1baaf1

Browse files
committed
fix typo
1 parent d841187 commit a1baaf1

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)