You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/writing-a-plugin/dealing-with-streams.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
> It is highly recommended to write plugins supporting streams. Here is some information on creating a gulp plugin that supports streams.
4
4
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.
6
6
7
7
[Writing a Plugin](README.md) > Writing stream based plugins
0 commit comments