Skip to content

Commit

Permalink
Merge pull request #1498 from ebuildy/patch-1
Browse files Browse the repository at this point in the history
Remove wrong bracket from code snippet
  • Loading branch information
contra committed Jan 25, 2016
2 parents 1d3075b + e4bb495 commit 9f5ec9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/writing-a-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ module.exports = function() {
this.push(files[0]);
this.push(files[1]);
callback();
});
};

return through.obj(transform);
};
Expand Down

0 comments on commit 9f5ec9f

Please sign in to comment.