Skip to content

Commit 9c7c42d

Browse files
author
frne
committed
Style / grammar fixes for the cache chapter
1 parent 9de9f70 commit 9c7c42d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cookbook/cache/varnish.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ Routing and X-FORWARDED Headers
2525
-------------------------------
2626

2727
To ensure that the Symfony Router generates URLs correctly with Varnish,
28-
a ``X-Forwarded-Port`` header must be present for Symfony to use the
28+
an ``X-Forwarded-Port`` header must be present for Symfony to use the
2929
correct port number.
3030

31-
This port depends on your setup. Lets say that external connections come in
31+
This port depends on your setup. Let's say that external connections come in
3232
on the default HTTP port 80. For HTTPS connections, there is another proxy
3333
(as Varnish does not do HTTPS itself) on the default HTTPS port 443 that
3434
handles the SSL termination and forwards the requests as HTTP requests to
35-
Varnish with a ``X-Forwarded-Proto`` header. In this case, you need to add
35+
Varnish with an ``X-Forwarded-Proto`` header. In this case, you need to add
3636
the following configuration snippet:
3737

3838
.. code-block:: varnish4
@@ -143,7 +143,7 @@ Symfony adds automatically:
143143
.. tip::
144144

145145
If you followed the advice about ensuring a consistent caching
146-
behaviour, those vcl functions already exist. Just append the code
146+
behaviour, those VCL functions already exist. Just append the code
147147
to the end of the function, they won't interfere with each other.
148148

149149
.. index::

0 commit comments

Comments
 (0)