File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -97,12 +97,12 @@ content and check that the number only changes every 10 seconds::
9797 efficient reverse proxy like `Varnish `_.
9898
9999Using HTTP cache headers to manage your application cache is very powerful and
100- allows you to finely tuned your caching strategy as you can use both the
100+ allows you to tune finely your caching strategy as you can use both the
101101expiration and the validation models of the HTTP specification. If you are not
102102comfortable with these concepts, I highly recommend you to read the `HTTP
103103caching `_ chapter of the Symfony2 documentation.
104104
105- The Response class contains many other methods that let's you configure the
105+ The Response class contains many other methods that let you configure the
106106HTTP cache very easily. One of the most powerful is ``setCache() `` as it
107107abstracts the most frequently used caching strategies into one simple array::
108108
@@ -179,7 +179,7 @@ describes what the cache layer did:
179179
180180 X-Symfony-Cache: GET /is_leap_year/2012: fresh
181181
182- HttpCache has many some features like support for the
182+ HttpCache has many features like support for the
183183``stale-while-revalidate `` and ``stale-if-error `` HTTP Cache-Control
184184extensions as defined in RFC 5861.
185185
You can’t perform that action at this time.
0 commit comments