Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit a537444

Browse files
ruskakimovwmonk
authored andcommitted
Fix docs typo (#2420)
"ensuring that you web app" -> "ensuring that your web app"
1 parent 1cb5fbb commit a537444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/template/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1381,7 +1381,7 @@ and it will take care of generating a service worker file that will automaticall
13811381
precache all of your local assets and keep them up to date as you deploy updates.
13821382
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)
13831383
for handling all requests for local assets, including the initial HTML, ensuring
1384-
that you web app is reliably fast, even on a slow or unreliable network.
1384+
that your web app is reliably fast, even on a slow or unreliable network.
13851385

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

0 commit comments

Comments
 (0)