Skip to content

Commit

Permalink
Merge pull request #325 from jdreesen/patch-1
Browse files Browse the repository at this point in the history
Fix typo in the docs
  • Loading branch information
dbu authored Oct 8, 2024
2 parents bce3a3d + 1db76ff commit 67c88ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/cache.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Store a response as long the cache implementation allows::
];


Ask the server if the response is valid at most ever hour. Store the cache item forever::
Ask the server if the response is valid at most every hour. Store the cache item forever::

$options = [
'default_ttl' => 3600,
Expand All @@ -142,7 +142,7 @@ Ask the server if the response is valid at most ever hour. Store the cache item
];


Ask the server if the response is valid at most ever hour. If the response has not been used within one year it will be
Ask the server if the response is valid at most every hour. If the response has not been used within one year it will be
removed from the cache::

$options = [
Expand Down

0 comments on commit 67c88ee

Please sign in to comment.