We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54c9054 commit 816b6eaCopy full SHA for 816b6ea
src/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php
@@ -125,7 +125,7 @@ public function testWritingARestoredResponseDoesNotCorruptCache()
125
*
126
* A restored response does *not* load the body, but only keep the file path in a special X-Body-File
127
* header. For reasons (?), the file path was also used as the restored response body.
128
- * It would be up to others (HttpCache...?) to hohor this header and actually load the response content
+ * It would be up to others (HttpCache...?) to honor this header and actually load the response content
129
* from there.
130
131
* When a restored response was stored again, the Store itself would ignore the header. In the first
0 commit comments