We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5100ed commit 8cb9505Copy full SHA for 8cb9505
template/src/serviceWorker.js
@@ -33,7 +33,7 @@ export function register(config) {
33
const swUrl = `${process.env.PUBLIC_URL}/service-worker.js`;
34
35
if (isLocalhost) {
36
- // This is running on localhost. Lets check if a service worker still exists or not.
+ // This is running on localhost. Let's check if a service worker still exists or not.
37
checkValidServiceWorker(swUrl, config);
38
39
// Add some additional logging to localhost, pointing developers to the
0 commit comments