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