Skip to content

Commit 4909995

Browse files
committed
minor #5714 Remove unnecessary word from http_cache.rst (zatikbalazs)
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #5714). Discussion ---------- Remove unnecessary word from http_cache.rst | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3, 2.4, 2.5, 2.6, 2.7 | Fixed tickets | - Commits ------- e0b32e5 Remove unnecessary word from http_cache.rst
2 parents 17bb0fc + e0b32e5 commit 4909995

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/http_cache.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -882,8 +882,8 @@ that data from its cache.
882882

883883
If you want to use cache invalidation, have a look at the
884884
`FOSHttpCacheBundle`_. This bundle provides services to help with various
885-
cache invalidation concepts, and also documents the configuration for the
886-
a couple of common caching proxies.
885+
cache invalidation concepts, and also documents the configuration for a
886+
couple of common caching proxies.
887887

888888
If one content corresponds to one URL, the ``PURGE`` model works well.
889889
You send a request to the cache proxy with the HTTP method ``PURGE`` (using

0 commit comments

Comments
 (0)