Skip to content

Commit

Permalink
Fixed minor JS syntax error in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Znarkus authored and phated committed Feb 9, 2015
1 parent 98b1cb6 commit 0b7967f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/writing-a-plugin/dealing-with-streams.md
Expand Up @@ -56,7 +56,7 @@ function gulpPrefixer(prefixText) {

// returning the file stream
return stream;
};
}

// exporting the plugin main function
module.exports = gulpPrefixer;
Expand Down

0 comments on commit 0b7967f

Please sign in to comment.