diff options
Diffstat (limited to 'middleware.md')
-rw-r--r-- | middleware.md | 4 |
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). |