Skip to content

Commit

Permalink
Fix typo in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreesen authored Oct 8, 2024
1 parent bce3a3d commit 1db76ff
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 1db76ff

Please sign in to comment.