File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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::
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
146146removed from the cache::
147147
148148 $options = [
You can’t perform that action at this time.
0 commit comments