File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/workbox-strategies/src Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -265,8 +265,8 @@ class StrategyHandler {
265265 * defined on the strategy object.
266266 *
267267 * The following plugin lifecycle methods are invoked when using this method:
268- * - cacheKeyWillByUsed ()
269- * - cachedResponseWillByUsed ()
268+ * - cacheKeyWillBeUsed ()
269+ * - cachedResponseWillBeUsed ()
270270 *
271271 * @param {Request|string } key The Request or URL to use as the cache key.
272272 * @return {Promise<Response|undefined> } A matching response, if found.
@@ -308,7 +308,7 @@ class StrategyHandler {
308308 * the strategy object.
309309 *
310310 * The following plugin lifecycle methods are invoked when using this method:
311- * - cacheKeyWillByUsed ()
311+ * - cacheKeyWillBeUsed ()
312312 * - cacheWillUpdate()
313313 * - cacheDidUpdate()
314314 *
You can’t perform that action at this time.
0 commit comments