Skip to content

Commit de1acf6

Browse files
dschallerphated
authored andcommitted
Docs: Fix grammar in dealing-with-streams.md
1 parent 347ed5a commit de1acf6

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 caught during the transformation of the content
5+
> 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.
66
77
[Writing a Plugin](README.md) > Writing stream based plugins
88

0 commit comments

Comments
 (0)