From da5d7bea4bcc637447b19fa3b064ddab1436945e Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Sun, 28 Aug 2016 09:34:29 +0100 Subject: [PATCH] typos in middleware.md --- middleware.md | 4 ++-- 1 file 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).