Skip to content

Commit 5b8a09a

Browse files
committed
Minor grammar fix
Removed 'But' at the beginning of the first sentence under 'Types of Caches'.
1 parent 1e30de8 commit 5b8a09a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/http_cache.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ as `Varnish`_, `Squid in reverse proxy mode`_, and the Symfony reverse proxy.
9393
Types of Caches
9494
~~~~~~~~~~~~~~~
9595

96-
But a gateway cache isn't the only type of cache. In fact, the HTTP cache
97-
headers sent by your application are consumed and interpreted by up to three
98-
different types of caches:
96+
A gateway cache isn't the only type of cache. In fact, the HTTP cache headers
97+
sent by your application are consumed and interpreted by up to three different
98+
types of caches:
9999

100100
* *Browser caches*: Every browser comes with its own local cache that is
101101
mainly useful for when you hit "back" or for images and other assets.

0 commit comments

Comments
 (0)