Fix docs typo (#2420)

"ensuring that you web app" ->
"ensuring that your web app"
This commit is contained in:
Rustem Kakimov
2017-05-31 21:40:46 +08:00
committed by William Monk
parent 1cb5fbb152
commit a537444d57

View File

@@ -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()`