From 4fe369e188da2f1844fe1868958178e68b0c2048 Mon Sep 17 00:00:00 2001 From: Stephen Fluin Date: Wed, 29 Aug 2018 10:36:15 -0700 Subject: [PATCH] docs: add pwa keyword to service worker page (#25725) PR Close #25725 --- aio/content/guide/service-worker-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.