aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Eren Güven <erenguven0@gmail.com> 2018-07-03 16:57:49 +0200
committerGravatar Miek Gieben <miek@miek.nl> 2018-07-03 15:57:49 +0100
commitee3c9894d98bb7f9e3a2bfcf1cf50df20fcdbc6e (patch)
tree83b434c93b0863cf736e2b751575f6edce3f583d
parent2aa1bda00529d6e168628c704955d132272f6436 (diff)
downloadcoredns-ee3c9894d98bb7f9e3a2bfcf1cf50df20fcdbc6e.tar.gz
coredns-ee3c9894d98bb7f9e3a2bfcf1cf50df20fcdbc6e.tar.zst
coredns-ee3c9894d98bb7f9e3a2bfcf1cf50df20fcdbc6e.zip
fix minor typo (#1932)
-rw-r--r--plugin/whoami/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/whoami/README.md b/plugin/whoami/README.md
index 1df6df13e..0d8323fbb 100644
--- a/plugin/whoami/README.md
+++ b/plugin/whoami/README.md
@@ -7,8 +7,8 @@
## Description
The *whoami* plugin is not really that useful, but can be used for having a simple (fast) endpoint
-to test clients against. When *whoami* returns a response it will have your client's IP address the
-additional section as either an A or AAAA record.
+to test clients against. When *whoami* returns a response it will have your client's IP address in
+the additional section as either an A or AAAA record.
The reply always has an empty answer section. The port and transport are included in the additional
section as a SRV record, transport can be "tcp" or "udp".