From 8f5f363f982d941cacfd2466939ef645bd00d5db Mon Sep 17 00:00:00 2001 From: John F Morton Date: Wed, 22 Nov 2023 11:17:38 -0500 Subject: [PATCH] Update index.md - typo fix --- site/en/docs/workbox/modules/workbox-recipes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/en/docs/workbox/modules/workbox-recipes/index.md b/site/en/docs/workbox/modules/workbox-recipes/index.md index e9f72d1f0f61..b6a4fe235a36 100644 --- a/site/en/docs/workbox/modules/workbox-recipes/index.md +++ b/site/en/docs/workbox/modules/workbox-recipes/index.md @@ -7,7 +7,7 @@ description: > Easily use common workbox patterns without needing to set them up yourself from individual packages. --- -A number of common patters, especially around [routing](/docs/workbox/modules/workbox-routing) and [caching](/docs/workbox/modules/workbox-strategies), are common enough that they can be standardized into reusable recipes. `workbox-recipes` makes these available in an easy-to-consume package, allowing you to get up-and-running with a highly functional service worker quickly. +A number of common patterns, especially around [routing](/docs/workbox/modules/workbox-routing) and [caching](/docs/workbox/modules/workbox-strategies), are common enough that they can be standardized into reusable recipes. `workbox-recipes` makes these available in an easy-to-consume package, allowing you to get up-and-running with a highly functional service worker quickly. ## Recipes