From 2357528598c4001d525a817b9ac7657adacee750 Mon Sep 17 00:00:00 2001 From: Jake Boone Date: Wed, 31 Oct 2018 16:10:46 -0700 Subject: [PATCH] Update making-a-progressive-web-app.md --- docusaurus/docs/making-a-progressive-web-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/making-a-progressive-web-app.md b/docusaurus/docs/making-a-progressive-web-app.md index 2dd73e39f86..c5923033b92 100644 --- a/docusaurus/docs/making-a-progressive-web-app.md +++ b/docusaurus/docs/making-a-progressive-web-app.md @@ -61,7 +61,7 @@ following into account: app works offline!" message) and also let them know when the service worker has fetched the latest updates that will be available the next time they load the page (showing a "New content is available once existing tabs are closed." message). Showing - this messages is currently left as an exercise to the developer, but as a + these messages is currently left as an exercise to the developer, but as a starting point, you can make use of the logic included in [`src/serviceWorker.js`](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/src/serviceWorker.js), which demonstrates which service worker lifecycle events to listen for to detect each scenario, and which as a default, just logs appropriate messages to the