We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bce3a3d + 1db76ff commit 67c88eeCopy full SHA for 67c88ee
plugins/cache.rst
@@ -133,7 +133,7 @@ Store a response as long the cache implementation allows::
133
];
134
135
136
-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::
137
138
$options = [
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
143
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
+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
removed from the cache::
147
148
0 commit comments