From 3b1bf903d923dd0fd86bf75df22d130d5ad0f088 Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Fri, 25 Aug 2023 11:04:14 +0200 Subject: [PATCH] docs(templates): use correct upper-case .Var --- website/docs/configuration/templates.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/configuration/templates.mdx b/website/docs/configuration/templates.mdx index 3654d3dc..ce31e1e5 100644 --- a/website/docs/configuration/templates.mdx +++ b/website/docs/configuration/templates.mdx @@ -98,7 +98,7 @@ end | Name | Type | Description | | -------------- | ----- | -------------------------------------------------------- | -| `.var.VarName` | `any` | Any config variable where `VarName` is the variable name | +| `.Var.VarName` | `any` | Any config variable where `VarName` is the variable name | ### Example