From 1bd99ff51f758703cb5535686220a2d39042fe02 Mon Sep 17 00:00:00 2001 From: Yanick Witschi Date: Mon, 24 Feb 2020 13:07:37 +0100 Subject: [PATCH] Fix typo --- docs/dev/framework/request-tokens.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;