Skip to content

Commit a2badd6

Browse files
simonmeuselphated
authored andcommitted
Docs: Fix issue with formatting in dealing-with-streams.md (#1948)
1 parent 62323fc commit a2badd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/writing-a-plugin/dealing-with-streams.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## Dealing with streams
1010

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

1313
```js
1414
var through = require('through2');
@@ -73,7 +73,7 @@ gulp.src('files/**/*.js', { buffer: false })
7373
.pipe(gulp.dest('modified-files'));
7474
```
7575

76-
## Some plugins using streams
76+
## Some plugins using streams
7777

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

0 commit comments

Comments
 (0)