You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docusaurus/docs/making-a-progressive-web-app.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ following into account:
61
61
app works offline!" message) and also let them know when the service worker has
62
62
fetched the latest updates that will be available the next time they load the
63
63
page (showing a "New content is available once existing tabs are closed." message). Showing
64
-
this messages is currently left as an exercise to the developer, but as a
64
+
these messages is currently left as an exercise to the developer, but as a
65
65
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
66
66
demonstrates which service worker lifecycle events to listen for to detect each
67
67
scenario, and which as a default, just logs appropriate messages to the
0 commit comments