Skip to content

Commit

Permalink
Docs: Fix issue with formatting in dealing-with-streams.md (#1948)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmeusel authored and phated committed May 1, 2017
1 parent 62323fc commit a2badd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/writing-a-plugin/dealing-with-streams.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Dealing with streams

Let's implement a plugin prepending some text to files. This plugin supports all possible forms of file.contents.
Let's implement a plugin prepending some text to files. This plugin supports all possible forms of `file.contents`.

```js
var through = require('through2');
Expand Down Expand Up @@ -73,7 +73,7 @@ gulp.src('files/**/*.js', { buffer: false })
.pipe(gulp.dest('modified-files'));
```

## Some plugins using streams
## Some plugins using streams

* [gulp-svgicons2svgfont](https://github.com/nfroidure/gulp-svgiconstosvgfont)

0 comments on commit a2badd6

Please sign in to comment.