diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md
index 36496641ff436f8c9be883e825b9df912a26674a..3f0dff1171a74fde1e9b828c59c03e9265edbe73 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