From 666dd460e3820ecfb56a454df2d9f21abfdb79f7 Mon Sep 17 00:00:00 2001 From: Jeff Posnick Date: Thu, 23 Jun 2022 15:43:08 -0400 Subject: [PATCH] Typo fix --- packages/workbox-build/src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. */