diff --git a/aio/content/guide/service-worker-intro.md b/aio/content/guide/service-worker-intro.md index 7e1934a33d..d29e3e456d 100644 --- a/aio/content/guide/service-worker-intro.md +++ b/aio/content/guide/service-worker-intro.md @@ -1,6 +1,6 @@ # Angular service worker introduction -Service workers augment the traditional web deployment model and empower applications to deliver a user experience with the reliability and performance on par with natively-installed code. +Service workers augment the traditional web deployment model and empower applications to deliver a user experience with the reliability and performance on par with natively-installed code. Adding a service worker to an Angular application is one of the steps for turning an application into a [Progressive Web App](https://developers.google.com/web/progressive-web-apps/) (also known as a PWA). At its simplest, a service worker is a script that runs in the web browser and manages caching for an application.