docs(templates): use correct upper-case .Var

This commit is contained in:
Jan De Dobbeleer 2023-08-25 11:04:14 +02:00 committed by Jan De Dobbeleer
parent 672f108d22
commit 3b1bf903d9

View file

@ -98,7 +98,7 @@ end
| Name | Type | Description | | 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 ### Example