Skip to content

Commit a79f41e

Browse files
authored
Merge pull request #303 from EvaLok/patch-1
fix typo in sprintf usage
2 parents 25f39f6 + dfbfa62 commit a79f41e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/invalidation-handlers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ 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()
51-
);
51+
));
5252

5353
.. tip::
5454

0 commit comments

Comments
 (0)