This commit is contained in:
Lucas Bremgartner 2017-07-01 15:26:17 +02:00
parent 92b243ad1f
commit 534ad2296d

View File

@ -234,7 +234,7 @@ supports templates. The configuration syntax for templates is the same as for li
]
```
In the template file, the [go templating systax](https://godoc.org/text/template) is used for the customization of the
In the template file, the [go templating syntax](https://godoc.org/text/template) is used for the customization of the
config file. With the `.Env` prefix, all environment variables are available. Template example:
```