Skip to content

Commit 4a35d7c

Browse files
authored
Update http_cache.rst
Replaced "two" by "three" on line 313.
1 parent 42b4664 commit 4a35d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http_cache.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ Safe Methods: Only caching GET or HEAD requests
310310
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
311311

312312
HTTP caching only works for "safe" HTTP methods (like GET and HEAD). This means
313-
two things:
313+
three things:
314314

315315
* Don't try to cache PUT or DELETE requests. It won't work and with good reason.
316316
These methods are meant to be used when mutating the state of your application

0 commit comments

Comments
 (0)