aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Yong Tang <yongtang@users.noreply.github.com> 2016-10-03 14:21:24 +0800
committerGravatar Miek Gieben <miek@miek.nl> 2016-10-03 07:21:24 +0100
commitd914832904760e8638bb79189822e2cbe84edee5 (patch)
treea448f9a7668f935d093c6bb4987d9ae48b88bc4a
parentcc486fb900c20fce761993c102763449d14a1188 (diff)
downloadcoredns-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.md2
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.