Skip to content

Commit 50f89f9

Browse files
committed
fix literal formatting
1 parent 7c038bf commit 50f89f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/http_cache.rst

Lines changed: 1 addition & 1 deletion
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)