Skip to content

Commit

Permalink
docs(pump): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirmartsul authored and terinjokes committed Nov 7, 2016
1 parent 5ddafd2 commit ccdc482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/why-use-pump/README.md
Expand Up @@ -11,7 +11,7 @@ A common pattern in gulp files is to simply return a Node.js stream, and expect
the gulp tool to handle errors.

```javascript
// example of a common gulpfil
// example of a common gulpfile
var gulp = require('gulp');
var uglify = require('gulp-uglify');

Expand Down

0 comments on commit ccdc482

Please sign in to comment.