Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolalamacchia committed Feb 19, 2020
1 parent 286368b commit ed47582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const resourcesToPrecache = [
'/manifest.json',
]

const cachedResources = async () => {
const cacheResources = async () => {
const cache = await caches.open(cacheName)
return cache.addAll(resourceToPrecache)
}
Expand Down

0 comments on commit ed47582

Please sign in to comment.