Skip to content

Commit 67c88ee

Browse files
authored
Merge pull request #325 from jdreesen/patch-1
Fix typo in the docs
2 parents bce3a3d + 1db76ff commit 67c88ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/cache.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Store a response as long the cache implementation allows::
133133
];
134134

135135

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

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

144144

145-
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
145+
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
146146
removed from the cache::
147147

148148
$options = [

0 commit comments

Comments
 (0)