Skip to content

Commit

Permalink
Docs: Fix grammar in dealing-with-streams.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dschaller authored and phated committed Aug 26, 2016
1 parent 347ed5a commit de1acf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/writing-a-plugin/dealing-with-streams.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> It is highly recommended to write plugins supporting streams. Here is some information on creating a gulp plugin that supports streams.
> Make sure to follow the best practice regarding error handling and add the line that make the gulp plugin re-emit the first error caught during the transformation of the content
> Make sure to follow the best practices regarding error handling and add a line that makes the gulp plugin re-emit the first error caught during the transformation of the content.
[Writing a Plugin](README.md) > Writing stream based plugins

Expand Down

0 comments on commit de1acf6

Please sign in to comment.