Skip to content

Commit 48d940a

Browse files
Euge Starrxabbuh
Euge Starr
authored andcommitted
Update http_cache.rst
minor grammar updates
1 parent 68deeb8 commit 48d940a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

http_cache.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ cache system.
2727

2828
Since caching with HTTP isn't unique to Symfony, many articles already exist
2929
on the topic. If you're new to HTTP caching, Ryan Tomayko's article
30-
`Things Caches Do`_ is *highly* recommended . Another in-depth resource is Mark
30+
`Things Caches Do`_ is *highly* recommended. Another in-depth resource is Mark
3131
Nottingham's `Cache Tutorial`_.
3232

3333
.. index::
@@ -53,7 +53,7 @@ Along the way, the cache will store each response that is deemed "cacheable"
5353
the cache sends the cached response to the client, ignoring your application
5454
entirely.
5555

56-
This type of cache is known as a HTTP gateway cache and many exist such
56+
This type of cache is known as an HTTP gateway cache and many exist such
5757
as `Varnish`_, `Squid in reverse proxy mode`_, and the Symfony reverse proxy.
5858

5959
.. tip::

0 commit comments

Comments
 (0)