mirror of
https://github.com/coredns/coredns.git
synced 2025-10-29 01:04:15 -04:00
Fix a typo in health plugin readme (#2274)
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
## Description
|
## Description
|
||||||
|
|
||||||
By enabling *health* any plugin that implements
|
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 .
|
will be queried for it's health. The combined health is exported, by default, on port 8080/health .
|
||||||
|
|
||||||
## Syntax
|
## Syntax
|
||||||
|
|||||||
Reference in New Issue
Block a user