aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin/health/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/health/README.md b/plugin/health/README.md
index 1907a98c1..6d402c4a8 100644
--- a/plugin/health/README.md
+++ b/plugin/health/README.md
@@ -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