diff --git a/docs/dev/framework/request-tokens.md b/docs/dev/framework/request-tokens.md index 9997f2efc..02071719a 100644 --- a/docs/dev/framework/request-tokens.md +++ b/docs/dev/framework/request-tokens.md @@ -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;