Skip to content

Commit c11cc81

Browse files
jakeboone02Timer
authored andcommitted
Update making-a-progressive-web-app.md (#5658)
1 parent 337541b commit c11cc81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/making-a-progressive-web-app.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ following into account:
6161
app works offline!" message) and also let them know when the service worker has
6262
fetched the latest updates that will be available the next time they load the
6363
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
6565
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
6666
demonstrates which service worker lifecycle events to listen for to detect each
6767
scenario, and which as a default, just logs appropriate messages to the

0 commit comments

Comments
 (0)