Skip to content

Commit

Permalink
Fix docs typo (facebook#2420)
Browse files Browse the repository at this point in the history
"ensuring that you web app" ->
"ensuring that your web app"
  • Loading branch information
ruskakimov authored and romaindso committed Jul 10, 2017
1 parent 9f467ca commit f8b2452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1381,7 +1381,7 @@ and it will take care of generating a service worker file that will automaticall
precache all of your local assets and keep them up to date as you deploy updates.
The service worker will use a [cache-first strategy](https://developers.google.com/web/fundamentals/instant-and-offline/offline-cookbook/#cache-falling-back-to-network)
for handling all requests for local assets, including the initial HTML, ensuring
that you web app is reliably fast, even on a slow or unreliable network.
that your web app is reliably fast, even on a slow or unreliable network.

If you would prefer not to enable service workers prior to your initial
production deployment, then remove the call to `serviceWorkerRegistration.register()`
Expand Down

0 comments on commit f8b2452

Please sign in to comment.