Skip to content

Commit 7a13959

Browse files
authored
Update StrategyHandler.ts documentation typo (#3314)
1 parent aa3b1ac commit 7a13959

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/workbox-strategies/src/StrategyHandler.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)