Skip to content

Commit

Permalink
Merge pull request #520 from appleboy/patch-1
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
yocontra committed Jun 11, 2014
2 parents 58460d2 + 1e7d41d commit 40dec25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gulp.src('lib/*.js')
.pipe(uglify())
.pipe(gulp.src('styles/*.css'))
.pipe(gulp.dest(function(file){
// i dont know, you can do something cool here
// I don't know, you can do something cool here
return 'build/whatever';
}));
```
Expand Down

0 comments on commit 40dec25

Please sign in to comment.