From ae7fbf31d6a5b5689d07c218baf71a3de2dbd3cc Mon Sep 17 00:00:00 2001 From: Jiacheng Xu Date: Tue, 6 Nov 2018 17:54:54 +0100 Subject: [PATCH] Fix a typo in health plugin readme (#2274) --- plugin/health/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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