Skip to content

Commit 5fccbd6

Browse files
committed
minor #14639 Update http_cache.rst (askeita)
This PR was submitted for the 5.2 branch but it was merged into the 4.4 branch instead. Discussion ---------- Update http_cache.rst Replaced "two" by "three" on line 313. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 2537437 Update http_cache.rst
2 parents 74e2a7f + 2537437 commit 5fccbd6

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
@@ -315,7 +315,7 @@ Safe Methods: Only caching GET or HEAD requests
315315
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
316316

317317
HTTP caching only works for "safe" HTTP methods (like GET and HEAD). This means
318-
two things:
318+
three things:
319319

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

0 commit comments

Comments
 (0)