Skip to content

Commit

Permalink
typo: fix small typo (#693)
Browse files Browse the repository at this point in the history
small typo just needs a quick fix
  • Loading branch information
markgoho authored and Matt Gaunt committed Jul 24, 2017
1 parent 8676385 commit 9288719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/workbox-build/src/lib/generate-sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const constants = require('./constants');
* file manifest.
*
* @param {Object} input
* @param {String} input.swDest The file path and name you wish to writh the
* @param {String} input.swDest The file path and name you wish to write the
* service worker file to.
* @param {String} input.globDirectory The directory you wish to run the
* `globPatterns` against.
Expand Down

0 comments on commit 9288719

Please sign in to comment.