Skip to content

Commit

Permalink
docs(pump): correct grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
eowino authored and terinjokes committed Jun 17, 2017
1 parent 845ae0f commit 14f1d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/why-use-pump/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ through the piped streams, and source streams aren’t closed if a destination
stream closed. The [`pump`][pump] module normalizes these problems and passes
you the errors in a callback.

## An common gulpfile example
## A common gulpfile example

A common pattern in gulp files is to simply return a Node.js stream, and expect
the gulp tool to handle errors.
Expand Down

0 comments on commit 14f1d71

Please sign in to comment.