From 419bf76afd1803fede065ee7aa0e7d9e60002b8d Mon Sep 17 00:00:00 2001 From: "Dr. Balazs Zatik" Date: Mon, 21 Sep 2015 21:07:13 -0400 Subject: [PATCH] Remove unnecessary word from http_cache.rst --- book/http_cache.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/http_cache.rst b/book/http_cache.rst index 66c68721aac..c33cf2f64e1 100644 --- a/book/http_cache.rst +++ b/book/http_cache.rst @@ -882,8 +882,8 @@ that data from its cache. If you want to use cache invalidation, have a look at the `FOSHttpCacheBundle`_. This bundle provides services to help with various - cache invalidation concepts, and also documents the configuration for the - a couple of common caching proxies. + cache invalidation concepts, and also documents the configuration for a + couple of common caching proxies. If one content corresponds to one URL, the ``PURGE`` model works well. You send a request to the cache proxy with the HTTP method ``PURGE`` (using