Skip to content

Commit

Permalink
chore: codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Apr 4, 2023
1 parent d4a54be commit ec2d341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plone/app/caching/operations/default.py
Expand Up @@ -273,7 +273,7 @@ class ModerateCaching(BaseCaching):
description = _(
"Cache in browser but expire immediately (same as 'weak caching'), "
"and cache in proxy (default: 24 hrs). "
"Use a purgable caching reverse proxy for best results. "
"Use a purgeable caching reverse proxy for best results. "
"Caution: If proxy cannot be purged, or cannot be configured "
"to remove the 's-maxage' token from the response, then stale "
"responses might be seen until the cached entry expires."
Expand Down

0 comments on commit ec2d341

Please sign in to comment.