Skip to content

Commit

Permalink
Update README.md (facebook#2927)
Browse files Browse the repository at this point in the history
Fixing a small typo.
  • Loading branch information
tbassetto authored and JohnNilsson committed Sep 9, 2017
1 parent 9a6e32d commit 72bcf33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/template/README.md
Expand Up @@ -1576,7 +1576,7 @@ you can swap out the call to `serviceWorkerRegistration.register()` in
[`src/index.js`](src/index.js) with a call to `serviceWorkerRegistration.unregister()`.
After the user visits a page that has `serviceWorkerRegistration.unregister()`,
the service worker will be uninstalled. Note that depending on how `/service-worker.js` is served,
it make take up to 24 hours for the cache to be invalidated.
it may take up to 24 hours for the cache to be invalidated.
### Offline-First Considerations
Expand Down

0 comments on commit 72bcf33

Please sign in to comment.