Skip to content

Commit

Permalink
Update StrategyHandler.ts documentation typo (#3314)
Browse files Browse the repository at this point in the history
  • Loading branch information
tropicadri committed Apr 24, 2024
1 parent aa3b1ac commit 7a13959
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/workbox-strategies/src/StrategyHandler.ts
Expand Up @@ -265,8 +265,8 @@ class StrategyHandler {
* defined on the strategy object.
*
* The following plugin lifecycle methods are invoked when using this method:
* - cacheKeyWillByUsed()
* - cachedResponseWillByUsed()
* - cacheKeyWillBeUsed()
* - cachedResponseWillBeUsed()
*
* @param {Request|string} key The Request or URL to use as the cache key.
* @return {Promise<Response|undefined>} A matching response, if found.
Expand Down Expand Up @@ -308,7 +308,7 @@ class StrategyHandler {
* the strategy object.
*
* The following plugin lifecycle methods are invoked when using this method:
* - cacheKeyWillByUsed()
* - cacheKeyWillBeUsed()
* - cacheWillUpdate()
* - cacheDidUpdate()
*
Expand Down

0 comments on commit 7a13959

Please sign in to comment.