Skip to content

Commit

Permalink
Update docs to better state what happens (#2003)
Browse files Browse the repository at this point in the history
* Update docs to better state what happens

See #2002

* Improve wording after input from Walton
  • Loading branch information
tarjei authored and philipwalton committed Apr 8, 2019
1 parent 25e3e10 commit bdc37e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/workbox-expiration/Plugin.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ import './_version.mjs';
* a light weight expiration check is performed and the request will not be
* used immediately.
*
* When using `maxEntries`, the last request to be used will be the request
* that is removed from the Cache.
* When using `maxEntries`, the entry least-recently requested will be removed from the cache first.
*
*
* @memberof workbox.expiration
*/
Expand Down

0 comments on commit bdc37e6

Please sign in to comment.