Skip to content

Commit 9fa392f

Browse files
authored
Fix typo (#286)
1 parent 6fd0c63 commit 9fa392f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/framework/request-tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ alternative protection in place!
4242
## Checking The Token Manually
4343

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

4747
```php
4848
namespace App;

0 commit comments

Comments
 (0)