diff --git a/packages/workbox-build/src/types.ts b/packages/workbox-build/src/types.ts index f3c79553d..4b6b36b71 100644 --- a/packages/workbox-build/src/types.ts +++ b/packages/workbox-build/src/types.ts @@ -77,7 +77,7 @@ export interface RuntimeCaching { */ expiration?: ExpirationPluginOptions; /** - * If provided, this will set the `cacheName` property of the + * If provided, this will set the `networkTimeoutSeconds` property of the * {@link workbox-strategies} configured in `handler`. Note that only * `'NetworkFirst'` and `'NetworkOnly'` support `networkTimeoutSeconds`. */