Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jun 11, 2020
1 parent 54c9054 commit 816b6ea
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -125,7 +125,7 @@ public function testWritingARestoredResponseDoesNotCorruptCache()
*
* A restored response does *not* load the body, but only keep the file path in a special X-Body-File
* header. For reasons (?), the file path was also used as the restored response body.
* 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
* from there.
*
* When a restored response was stored again, the Store itself would ignore the header. In the first
Expand Down

0 comments on commit 816b6ea

Please sign in to comment.