Skip to content

Commit a8c6639

Browse files
Update message to remove duplicate is (#2466)
1 parent 1fe1613 commit a8c6639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/workbox-core/src/models/messages/messages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export const messages: MessageMap = {
8989
return `Two of the entries passed to ` +
9090
`'workbox-precaching.PrecacheController.addToCacheList()' had the URL ` +
9191
`${firstEntry._entryId} but different revision details. Workbox is ` +
92-
`is unable to cache and version the asset correctly. Please remove one ` +
92+
`unable to cache and version the asset correctly. Please remove one ` +
9393
`of the entries.`;
9494
},
9595

0 commit comments

Comments
 (0)