We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 306fa3d commit 909f94bCopy full SHA for 909f94b
book/http_cache.rst
@@ -384,7 +384,7 @@ This has two very reasonable consequences:
384
385
* You should *never* change the state of your application when responding
386
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
+ of proxy caches means that any GET or HEAD request may or may not actually
388
hit your server;
389
390
* Don't expect PUT, POST or DELETE methods to cache. These methods are meant
0 commit comments