From e2be24d05487a1c3ab27996f10ed0318ae20a510 Mon Sep 17 00:00:00 2001 From: Marco Petersen Date: Fri, 2 Nov 2018 15:11:39 +0100 Subject: [PATCH] Fix grammar error --- http_cache/esi.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http_cache/esi.rst b/http_cache/esi.rst index 9e818115b66..e414f1c4833 100644 --- a/http_cache/esi.rst +++ b/http_cache/esi.rst @@ -95,7 +95,7 @@ First, to use ESI, be sure to enable it in your application configuration: Now, suppose you have a page that is relatively static, except for a news ticker at the bottom of the content. With ESI, you can cache the news ticker -independent of the rest of the page:: +independently of the rest of the page:: // src/AppBundle/Controller/DefaultController.php @@ -158,7 +158,7 @@ used ``render()``. specification that is supported out of the box by the Symfony reverse proxy. -The embedded action can now specify its own caching rules, entirely independent +The embedded action can now specify its own caching rules entirely independently of the master page:: // src/AppBundle/Controller/NewsController.php