We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 746fd7a commit 350cc53Copy full SHA for 350cc53
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