8000 Minor grammar fix by aalaap · Pull Request #6615 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Minor grammar fix #6615

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 12, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Minor grammar fix
Removed 'But' at the beginning of the first sentence under 'Types of Caches'.
  • Loading branch information
aalaap committed May 26, 2016
commit 5b8a09afa213c2c5a2233a50bf1b730d40ce655e
6 changes: 3 additions & 3 deletions book/http_cache.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ as `Varnish`_, `Squid in reverse proxy mode`_, and the Symfony reverse proxy.
Types of Caches
~~~~~~~~~~~~~~~

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

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