Skip to content

Commit a92c89b

Browse files
Evert Harmelingweaverryan
authored andcommitted
Changed 'the' in 'which'
// set the shared max age - the also marks the response as public // set the shared max age - which also marks the response as public
1 parent bf0c893 commit a92c89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/http_cache.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ independent of the rest of the page.
854854
public function indexAction()
855855
{
856856
$response = $this->render('MyBundle:MyController:index.html.twig');
857-
// set the shared max age - the also marks the response as public
857+
// set the shared max age - which also marks the response as public
858858
$response->setSharedMaxAge(600);
859859
860860
return $response;

0 commit comments

Comments
 (0)