Fix several typos in docs. (#426)

Fixes several typos in docs.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang
2016-11-13 23:25:17 -08:00
committed by Miek Gieben
parent 43b2519eca
commit 137fc33b8f
3 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ cache [TTL] [ZONES...] {
~~~
* **TTL** and **ZONES** as above.
* `success`, override the settings for caching succesful responses, **CAPACITY** indicates the maximum
* `success`, override the settings for caching successful responses, **CAPACITY** indicates the maximum
number of packets we cache before we start evicting (LRU). **TTL** overrides the cache maximum TTL.
* `denial`, override the settings for caching denial of existence responses, **CAPACITY** indicates the maximum
number of packets we cache before we start evicting (LRU). **TTL** overrides the cache maximum TTL.