Skip to content

Commit

Permalink
docs(README): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
amksd authored and terinjokes committed Sep 30, 2016
1 parent 48bc2e3 commit 2829956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/why-use-pump/README.md
Expand Up @@ -56,7 +56,7 @@ gulp.task('compress', function () {
});
```

Unfortunately, Node.js stream’s `pipe` function doesn’t forward errors throught
Unfortunately, Node.js stream’s `pipe` function doesn’t forward errors through
the chain, so this error handler only handles the errors given by
`gulp.dest`. Instead we need to handle errors for each stream.

Expand Down

0 comments on commit 2829956

Please sign in to comment.