From 10c1f577da211d65bcc278f94198ef75f00f0277 Mon Sep 17 00:00:00 2001
From: Thomas Bassetto <tbassetto@users.noreply.github.com>
Date: Wed, 9 Aug 2017 14:57:37 +0200
Subject: [PATCH] Update README.md (#2927)

Fixing a small typo.
---
 packages/react-scripts/template/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md
index 36496641f..3f0dff117 100644
--- a/packages/react-scripts/template/README.md
+++ b/packages/react-scripts/template/README.md
@@ -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
 
-- 
GitLab