Skip to content

Commit 7966139

Browse files
committed
Small typo fix #4217
1 parent 6bf7720 commit 7966139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/template/src/serviceWorker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export function register(config) {
3333
const swUrl = `${process.env.PUBLIC_URL}/service-worker.js`;
3434

3535
if (isLocalhost) {
36-
// This is running on localhost. Lets check if a service worker still exists or not.
36+
// This is running on localhost. Let's check if a service worker still exists or not.
3737
checkValidServiceWorker(swUrl, config);
3838

3939
// Add some additional logging to localhost, pointing developers to the

0 commit comments

Comments
 (0)