Skip to content

Commit 869240d

Browse files
committed
Merge pull request #3347 from bicpi/formatting_fix
[HTTP Cache] Fix literal formatting
2 parents ef15e31 + 50f89f9 commit 869240d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/http_cache.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ header when none is set by the developer by following these rules:
385385
* If ``Cache-Control`` is empty (but one of the other cache headers is present),
386386
its value is set to ``private, must-revalidate``;
387387

388-
* But if at least one ``Cache-Control`` directive is set, and no 'public' or
388+
* But if at least one ``Cache-Control`` directive is set, and no ``public`` or
389389
``private`` directives have been explicitly added, Symfony2 adds the
390390
``private`` directive automatically (except when ``s-maxage`` is set).
391391

0 commit comments

Comments
 (0)