Skip to content

Commit

Permalink
Fix typo (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Will authored Jul 14, 2024
1 parent 8766c5a commit 58c1897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ client = hishel.CacheClient(controller=controller)
```

!!! note
Servers may prohibit only some headers from being stored in a shared cache by sending a headers such as `Cache-Control: private=set-cookie`. However, `Hishel` with `cache_private=False` will still not cache the response, at all.
Servers may prohibit only some headers from being stored in a shared cache by sending a header such as `Cache-Control: private=set-cookie`. However, `Hishel` with `cache_private=False` will still not cache the response, at all.

### Allowing stale responses

Expand Down

0 comments on commit 58c1897

Please sign in to comment.