Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
efc committed Feb 18, 2019
1 parent 04c5600 commit 23d28cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/registerServiceWorker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function registerValidSW(swUrl: string) {
// It's the perfect time to display a 'New content is
// available; please refresh.' message in your web app.
console.log('New content is available; please refresh.');
_u.informUser("A new version of the calculator is availble. Close this an all other calculators, then reopen to get the new version.", 'New version available', 'sticky')
_u.informUser("A new version of the calculator is availble. Close this and all other calculators, then reopen to get the new version.", 'New version available', 'sticky')
} else {
// At this point, everything has been precached.
// It's the perfect time to display a
Expand Down

0 comments on commit 23d28cc

Please sign in to comment.