From d914832904760e8638bb79189822e2cbe84edee5 Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Mon, 3 Oct 2016 14:21:24 +0800 Subject: [PATCH] Fix a typo (#315) This fix fixes a typo in middle/cache/README.md: `1 hours` => `1 hour` Signed-off-by: Yong Tang --- middleware/cache/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.