Fix a typo in health plugin readme (#2274)

This commit is contained in:
Jiacheng Xu 2018-11-06 17:54:54 +01:00 committed by Yong Tang
parent b7bbfef6ef
commit ae7fbf31d6

View file

@ -7,7 +7,7 @@
## Description
By enabling *health* any plugin that implements
[healt.Healther interface](https://godoc.org/github.com/coredns/coredns/plugin/health#Healther)
[health.Healther interface](https://godoc.org/github.com/coredns/coredns/plugin/health#Healther)
will be queried for it's health. The combined health is exported, by default, on port 8080/health .
## Syntax