8000 minor #7787 Update http_cache.rst (eugestarr) · symfony/symfony-docs@121151a · GitHub
[go: up one dir, main page]

Skip to content

Commit 121151a

Browse files
committed
minor #7787 Update http_cache.rst (eugestarr)
This PR was submitted for the 2.8 branch but it was merged into the 2.7 branch instead (closes #7787). Discussion ---------- Update http_cache.rst Minor grammar updates Commits ------- 48d940a Update http_cache.rst
2 parents 68deeb8 + 48d940a commit 121151a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

http_cache.rst

Lines changed: 2 additions & 2 deletions
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)
0