Skip to content

Commit 9cf6123

Browse files
committed
minor #16144 [HTTP Cache] Fix grammar issue (sebpacz)
This PR was merged into the 4.4 branch. Discussion ---------- [HTTP Cache] Fix grammar issue <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- c51c80d [HTTP Cache] Fix grammar issue
2 parents 8794ad7 + c51c80d commit 9cf6123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http_cache/ssi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ The ``render_ssi`` twig helper will generate something like:
126126

127127
<!--#include virtual="/_fragment?_hash=abcdef1234&_path=_controller=App\Controller\ProfileController::gdpr" -->
128128

129-
``render_ssi`` ensures that SSI directive are generated only if the request
129+
``render_ssi`` ensures that SSI directive is generated only if the request
130130
has the header requirement like ``Surrogate-Capability: device="SSI/1.0"``
131131
(normally given by the web server).
132132
Otherwise it will embed directly the sub-response.

0 commit comments

Comments
 (0)