Skip to content

Commit 02aab54

Browse files
author
Arnaud Kleinpeter
committed
Corrected some english errors
1 parent 8399581 commit 02aab54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/part10.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ content and check that the number only changes every 10 seconds::
9797
efficient reverse proxy like `Varnish`_.
9898

9999
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
101101
expiration and the validation models of the HTTP specification. If you are not
102102
comfortable with these concepts, I highly recommend you to read the `HTTP
103103
caching`_ 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
106106
HTTP cache very easily. One of the most powerful is ``setCache()`` as it
107107
abstracts 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
184184
extensions as defined in RFC 5861.
185185

0 commit comments

Comments
 (0)