aboutsummaryrefslogtreecommitdiff
path: root/middleware.md
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2016-08-28 09:34:29 +0100
committerGravatar Miek Gieben <miek@miek.nl> 2016-08-28 09:34:29 +0100
commitda5d7bea4bcc637447b19fa3b064ddab1436945e (patch)
tree2e94505a39de4984f21c9b3bcf7f6bdfa08b1e55 /middleware.md
parentc3d3ff28252fd0e5193ec94536c90292e60ddefb (diff)
downloadcoredns-da5d7bea4bcc637447b19fa3b064ddab1436945e.tar.gz
coredns-da5d7bea4bcc637447b19fa3b064ddab1436945e.tar.zst
coredns-da5d7bea4bcc637447b19fa3b064ddab1436945e.zip
typos in middleware.md
Diffstat (limited to 'middleware.md')
-rw-r--r--middleware.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/middleware.md b/middleware.md
index fb21c3e04..711d9c4ad 100644
--- a/middleware.md
+++ b/middleware.md
@@ -24,5 +24,5 @@ So CoreDNS treats:
* FORMERR (dns.RcodeFormatError)
* NOTIMP (dns.RcodeNotImplemented)
-as special and will then assume nothing has written to the client. In all other cases it is assume
-something has been written to the client.
+as special and will then assume nothing has written to the client. In all other cases it is assumes
+something has been written to the client (by the middleware).