Skip to content

Commit 9f5ec9f

Browse files
author
contra
committed
Merge pull request #1498 from ebuildy/patch-1
Remove wrong bracket from code snippet
2 parents 1d3075b + e4bb495 commit 9f5ec9f

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)