From 33ae05451fdc52b33d26451c4b0fab0e756d1bfd Mon Sep 17 00:00:00 2001 From: HyunSeob Date: Mon, 10 Jul 2017 14:37:17 +0900 Subject: [PATCH] Fix a broken markdown --- docs/writing-a-plugin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing-a-plugin/README.md b/docs/writing-a-plugin/README.md index d172b9af0..c301b6957 100644 --- a/docs/writing-a-plugin/README.md +++ b/docs/writing-a-plugin/README.md @@ -9,7 +9,7 @@ If you plan to create your own Gulp plugin, you will save time by reading the fu ## What it does -### Streaming file objects +### Streaming file objects A gulp plugin always returns a stream in [object mode](http://nodejs.org/api/stream.html#stream_object_mode) that does the following: