Skip to content

Commit 5f6346a

Browse files
committed
minor #12546 Fixes a typo in expiration.rst (kane-menicou)
This PR was squashed before being merged into the 3.4 branch (closes #12546). Discussion ---------- Fixes a typo in expiration.rst Fixes a small typo in the expiration.rst file Commits ------- d973052 Fixes a typo in expiration.rst
2 parents 11ca468 + d973052 commit 5f6346a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

http_cache/expiration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ HTTP headers: ``Expires`` or ``Cache-Control``.
2121
Expiration with the ``Cache-Control`` Header
2222
--------------------------------------------
2323

24-
Most of the time, you will use the ``Cache-Control`` header. Recall that the
25-
``Cache-Control`` header is used to specify many different cache directives::
24+
Most of the time, you will use the ``Cache-Control`` header, which
25+
is used to specify many different cache directives::
2626

2727
// sets the number of seconds after which the response
2828
// should no longer be considered fresh by shared caches

0 commit comments

Comments
 (0)