Skip to content

Commit b3566c2

Browse files
ocrampete16javiereguiluz
authored andcommitted
Fix grammar error
1 parent 50a3187 commit b3566c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

http_cache/esi.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ First, to use ESI, be sure to enable it in your application configuration:
9595
9696
Now, suppose you have a page that is relatively static, except for a news
9797
ticker at the bottom of the content. With ESI, you can cache the news ticker
98-
independent of the rest of the page::
98+
independently of the rest of the page::
9999

100100
// src/AppBundle/Controller/DefaultController.php
101101

@@ -158,7 +158,7 @@ used ``render()``.
158158
specification that is supported out of the box by the Symfony reverse
159159
proxy.
160160

161-
The embedded action can now specify its own caching rules, entirely independent
161+
The embedded action can now specify its own caching rules entirely independently
162162
of the master page::
163163

164164
// src/AppBundle/Controller/NewsController.php

0 commit comments

Comments
 (0)