Skip to content

Commit b089678

Browse files
committed
Fix syntax
1 parent ede3e21 commit b089678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/invalidation-handlers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ correct tags on all responses. You can add tags to the handler using::
4545

4646
Before any content is sent out, you need to send the tag header_::
4747

48-
header(sprintf('%s: %s),
48+
header(sprintf('%s: %s'),
4949
$tagHandler->getTagsHeaderName(),
5050
$tagHandler->getTagsHeaderValue()
5151
);

0 commit comments

Comments
 (0)