Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix verbose typo
  • Loading branch information
Alejandro Beltrán committed Jun 7, 2015
commit 3b3cb9b144a704a64ae3e4c82f93b44c2e363379
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ var opts = {
baseUrl : './dist',
spritePath : './dist/images',
spriteName : 'sprite.png',
verbos : true,
verbose : true,
filterBy : function(image) {
return /\.jpg$/gi.test(image.url);
},
Expand Down