We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
is
1 parent 1fe1613 commit a8c6639Copy full SHA for a8c6639
packages/workbox-core/src/models/messages/messages.ts
@@ -89,7 +89,7 @@ export const messages: MessageMap = {
89
return `Two of the entries passed to ` +
90
`'workbox-precaching.PrecacheController.addToCacheList()' had the URL ` +
91
`${firstEntry._entryId} but different revision details. Workbox is ` +
92
- `is unable to cache and version the asset correctly. Please remove one ` +
+ `unable to cache and version the asset correctly. Please remove one ` +
93
`of the entries.`;
94
},
95
0 commit comments