Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7a8e449

Browse filesBrowse files
committed
merged branch Nanocom/master (PR #14)
Commits ------- 02aab54 Corrected some english errors Discussion ---------- Corrected english errors Just corrected 3 sentences
2 parents 09969d9 + 02aab54 commit 7a8e449
Copy full SHA for 7a8e449

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎book/part10.rst

Copy file name to clipboardExpand all lines: book/part10.rst
+3-3Lines changed: 3 additions & 3 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.