Skip to content

Commit 5ccf957

Browse files
committed
minor #5226 Update http_cache.rst (assoum891)
This PR was submitted for the 2.6 branch but it was merged into the 2.3 branch instead (closes #5226). Discussion ---------- Update http_cache.rst a conjugation mistake Commits ------- 909f94b Update http_cache.rst
2 parents 306fa3d + 909f94b commit 5ccf957

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
@@ -384,7 +384,7 @@ This has two very reasonable consequences:
384384

385385
* You should *never* change the state of your application when responding
386386
to a GET or HEAD request. Even if you don't use a gateway cache, the presence
387-
of proxy caches mean that any GET or HEAD request may or may not actually
387+
of proxy caches means that any GET or HEAD request may or may not actually
388388
hit your server;
389389

390390
* Don't expect PUT, POST or DELETE methods to cache. These methods are meant

0 commit comments

Comments
 (0)