Skip to content

Commit c51c80d

Browse files
authored
[HTTP Cache] Fix grammar issue
1 parent 8794ad7 commit c51c80d

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)