From de1acf66a6253302c856971f8c00f65ea6c63882 Mon Sep 17 00:00:00 2001 From: Derek Date: Fri, 26 Aug 2016 11:20:50 -0700 Subject: [PATCH] Docs: Fix grammar in dealing-with-streams.md --- docs/writing-a-plugin/dealing-with-streams.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing-a-plugin/dealing-with-streams.md b/docs/writing-a-plugin/dealing-with-streams.md index ae74dda3b..4c6d53830 100644 --- a/docs/writing-a-plugin/dealing-with-streams.md +++ b/docs/writing-a-plugin/dealing-with-streams.md @@ -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