From 1db76ff58708b15c7782d8ed9ef4f7892e2475b0 Mon Sep 17 00:00:00 2001 From: Jacob Dreesen Date: Tue, 8 Oct 2024 15:37:18 +0200 Subject: [PATCH] Fix typo in the docs --- plugins/cache.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/cache.rst b/plugins/cache.rst index 06d13c7..3aa5e1e 100644 --- a/plugins/cache.rst +++ b/plugins/cache.rst @@ -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, @@ -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 = [