diff options
author | 2016-10-03 14:21:24 +0800 | |
---|---|---|
committer | 2016-10-03 07:21:24 +0100 | |
commit | d914832904760e8638bb79189822e2cbe84edee5 (patch) | |
tree | a448f9a7668f935d093c6bb4987d9ae48b88bc4a | |
parent | cc486fb900c20fce761993c102763449d14a1188 (diff) | |
download | coredns-d914832904760e8638bb79189822e2cbe84edee5.tar.gz coredns-d914832904760e8638bb79189822e2cbe84edee5.tar.zst coredns-d914832904760e8638bb79189822e2cbe84edee5.zip |
Fix a typo (#315)
This fix fixes a typo in middle/cache/README.md:
`1 hours` => `1 hour`
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
-rw-r--r-- | middleware/cache/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/middleware/cache/README.md b/middleware/cache/README.md index dc1acba6d..54eb82b73 100644 --- a/middleware/cache/README.md +++ b/middleware/cache/README.md @@ -8,7 +8,7 @@ cache [ttl] [zones...] ~~~ -* `ttl` max TTL in seconds. If not specified, the maximum TTL will be used which is 1 hours for +* `ttl` max TTL in seconds. If not specified, the maximum TTL will be used which is 1 hour for positive responses and half an hour for negative ones. * `zones` zones it should cache for. If empty, the zones from the configuration block are used. |