Skip to content

Commit d175050

Browse files
committed
minor #10629 Fix grammar mistake (ocrampete16)
This PR was submitted for the 3.4 branch but it was merged into the 2.8 branch instead (closes #10629). Discussion ---------- Fix grammar mistake Just something I stumbled upon while reading through the docs. Commits ------- b3566c2 Fix grammar error
2 parents 50a3187 + b3566c2 commit d175050

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)