diff options
author | 2016-08-28 09:34:29 +0100 | |
---|---|---|
committer | 2016-08-28 09:34:29 +0100 | |
commit | da5d7bea4bcc637447b19fa3b064ddab1436945e (patch) | |
tree | 2e94505a39de4984f21c9b3bcf7f6bdfa08b1e55 /middleware.md | |
parent | c3d3ff28252fd0e5193ec94536c90292e60ddefb (diff) | |
download | coredns-da5d7bea4bcc637447b19fa3b064ddab1436945e.tar.gz coredns-da5d7bea4bcc637447b19fa3b064ddab1436945e.tar.zst coredns-da5d7bea4bcc637447b19fa3b064ddab1436945e.zip |
typos in middleware.md
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). |