File tree 1 file changed +3
-3
lines changed
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::
97
97
efficient reverse proxy like `Varnish `_.
98
98
99
99
Using 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
101
101
expiration and the validation models of the HTTP specification. If you are not
102
102
comfortable with these concepts, I highly recommend you to read the `HTTP
103
103
caching `_ chapter of the Symfony2 documentation.
104
104
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
106
106
HTTP cache very easily. One of the most powerful is ``setCache() `` as it
107
107
abstracts the most frequently used caching strategies into one simple array::
108
108
@@ -179,7 +179,7 @@ describes what the cache layer did:
179
179
180
180
X-Symfony-Cache: GET /is_leap_year/2012: fresh
181
181
182
- HttpCache has many some features like support for the
182
+ HttpCache has many features like support for the
183
183
``stale-while-revalidate `` and ``stale-if-error `` HTTP Cache-Control
184
184
extensions as defined in RFC 5861.
185
185
You can’t perform that action at this time.
0 commit comments