Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/dev/framework/request-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ alternative protection in place!
## Checking The Token Manually

If, for some reason, you need to check the request token yourself, you can do so by combining the token manager
service (`@contao.csrf.token_manager`) and the configured token name (`%contao.csrf_token_name`):
service (`@contao.csrf.token_manager`) and the configured token name (`%contao.csrf_token_name%`):

```php
namespace App;
Expand Down