Commit 10c1f577 authored by Thomas Bassetto's avatar Thomas Bassetto Committed by Joe Haddad
Browse files

Update README.md (#2927)

Fixing a small typo.
parent bfaee410
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment