typos in middleware.md

This commit is contained in:
Miek Gieben
2016-08-28 09:34:29 +01:00
parent c3d3ff2825
commit da5d7bea4b

View File

@@ -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).