Skip to content

Commit

Permalink
docs: fix typo (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
ream88 authored and evilebottnawi committed Nov 5, 2019
1 parent 3103940 commit 9146c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -442,7 +442,7 @@ module.exports = {
{
from: 'src/*.png',
to: 'dest/',
transformPath(targePath, absolutePath) {
transformPath(targetPath, absolutePath) {
return Promise.resolve('newPath');
},
},
Expand Down

0 comments on commit 9146c2a

Please sign in to comment.