File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ Store a response as long the cache implementation allows::
133
133
];
134
134
135
135
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::
137
137
138
138
$options = [
139
139
'default_ttl' => 3600,
@@ -142,7 +142,7 @@ Ask the server if the response is valid at most ever hour. Store the cache item
142
142
];
143
143
144
144
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
146
146
removed from the cache::
147
147
148
148
$options = [
You can’t perform that action at this time.
0 commit comments