Skip to content

Commit e4bb495

Browse files
committed
Remove wrong bracket from code snippet
1 parent 1d3075b commit e4bb495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing-a-plugin/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ module.exports = function() {
107107
this.push(files[0]);
108108
this.push(files[1]);
109109
callback();
110-
});
110+
};
111111

112112
return through.obj(transform);
113113
};

0 commit comments

Comments
 (0)