aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorGravatar Jiacheng Xu <xjcmaxwellcjx@gmail.com> 2018-11-06 17:54:54 +0100
committerGravatar Yong Tang <yong.tang.github@outlook.com> 2018-11-06 08:54:53 -0800
commitae7fbf31d6a5b5689d07c218baf71a3de2dbd3cc (patch)
tree48fe0c8725a37e96f6d5641a565e27fc79086ddd /plugin
parentb7bbfef6ef3d057436df0dde25ceb3f31ee9309d (diff)
downloadcoredns-ae7fbf31d6a5b5689d07c218baf71a3de2dbd3cc.tar.gz
coredns-ae7fbf31d6a5b5689d07c218baf71a3de2dbd3cc.tar.zst
coredns-ae7fbf31d6a5b5689d07c218baf71a3de2dbd3cc.zip
Fix a typo in health plugin readme (#2274)
Diffstat (limited to 'plugin')
-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