Merge pull request #19 from breml/fix-typo

Typo
This commit is contained in:
Alex Yatskov 2017-07-01 10:30:36 -07:00 committed by GitHub
commit 035424a98a

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:
```