Skip to content

Commit 0a38116

Browse files
committed
fixed typos
1 parent 434c733 commit 0a38116

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/cache/http.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ HTTP 1.1 allows caching anything by default unless there is an explicit
4848
have a cookie, an authorization header, or come with a non-safe method, and
4949
when responses have a redirect status code.
5050

51-
Symfony2 automatically set a sensible and conservative ``Cache-Control``
51+
Symfony2 automatically sets a sensible and conservative ``Cache-Control``
5252
header when none is set by the developer by following these rules:
5353

5454
* If no cache header is defined (``Cache-Control``, ``ETag``,
@@ -622,7 +622,7 @@ standalone is ``false``.
622622
proxy (a working configuration for Varnish is also provided below.)
623623

624624
For the ESI include tag to work properly, you must define the ``_internal``
625-
route::
625+
route:
626626

627627
.. configuration-block::
628628

0 commit comments

Comments
 (0)