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

Commit d21d9d6

Browse files
authored
Merge pull request #40 from TerribleDev/spell
fix spelling
2 parents e2f72a1 + 7615637 commit d21d9d6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

assets/serviceWorkers/serviceWorker1/pwabuilder-sw-register.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//This is the "Offline page" service worker
22

3-
//Add this below content to your HTML page, or add the js file to your page at the very top to register sercie worker
3+
//Add this below content to your HTML page, or add the js file to your page at the very top to register service worker
44
if (navigator.serviceWorker.controller) {
55
console.log('[PWA Builder] active service worker found, no need to register')
66
} else {

assets/serviceWorkers/serviceWorker2/pwabuilder-sw-register.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//This is the "Offline copy of pages" service worker
22

3-
//Add this below content to your HTML page, or add the js file to your page at the very top to register sercie worker
3+
//Add this below content to your HTML page, or add the js file to your page at the very top to register service worker
44
if (navigator.serviceWorker.controller) {
55
console.log('[PWA Builder] active service worker found, no need to register')
66
} else {

assets/serviceWorkers/serviceWorker2/pwabuilder-sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//This is the "Offline copy of pages" wervice worker
1+
//This is the "Offline copy of pages" service worker
22

33
//Install stage sets up the index page (home page) in the cahche and opens a new cache
44
self.addEventListener('install', function(event) {

assets/serviceWorkers/serviceWorker3/pwabuilder-sw-register.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//This is the service worker with the combined offline experience (Offline page + Offline copy of pages)
22

3-
//Add this below content to your HTML page, or add the js file to your page at the very top to register sercie worker
3+
//Add this below content to your HTML page, or add the js file to your page at the very top to register service worker
44
if (navigator.serviceWorker.controller) {
55
console.log('[PWA Builder] active service worker found, no need to register')
66
} else {

assets/serviceWorkers/serviceWorker4/pwabuilder-sw-register.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//This is the service worker with the Cache-first network
22

3-
//Add this below content to your HTML page, or add the js file to your page at the very top to register sercie worker
3+
//Add this below content to your HTML page, or add the js file to your page at the very top to register service worker
44
if (navigator.serviceWorker.controller) {
55
console.log('[PWA Builder] active service worker found, no need to register')
66
} else {

0 commit comments

Comments
 (0)