Fix typo in documentation

This commit is contained in:
Adrien Brignon 2019-09-16 15:34:05 +02:00 committed by Traefiker Bot
parent 4b966f1f82
commit 673351d821

View file

@ -47,7 +47,7 @@ InfluxDB's address protocol (udp or http).
```toml tab="File (TOML)"
[metrics]
[metrics.influxdb]
protocol = "upd"
protocol = "udp"
```
```yaml tab="File (YAML)"