Skip to content

Commit f66bbb4

Browse files
author
Eric Schoffstall
committed
Merge pull request gulpjs#836 from yousefcisco/patch-1
Update dealing-with-streams.md
2 parents 994f872 + 7f25230 commit f66bbb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing-a-plugin/dealing-with-streams.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> It is highly recommended to write plugins supporting streams. Here is some information on creating a gulp plugin that supports streams.
44
5-
> Make sure to follow the best practice regarding error handling and add the line that make the gulp plugin re-emit the first error catched during the transformation of the content
5+
> 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
66
77
[Writing a Plugin](README.md) > Writing stream based plugins
88

0 commit comments

Comments
 (0)