Skip to content

Commit

Permalink
Fixed typo in GenerateSW JSDocs (#2705)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiderpig86 committed Dec 21, 2020
1 parent 3d02230 commit 72335ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/workbox-webpack-plugin/src/generate-sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class GenerateSW {
*
* @param {string} [config.mode] If set to 'production', then an optimized service
* worker bundle that excludes debugging info will be produced. If not explicitly
* configured here, the `mode` value configured in the current `webpack` compiltion
* configured here, the `mode` value configured in the current `webpack` compilation
* will be used.
*
* @param {object<string, string>} [config.modifyURLPrefix] A mapping of prefixes
Expand Down

0 comments on commit 72335ab

Please sign in to comment.