diff --git a/ts/modulebrowserify.ts b/ts/modulebrowserify.ts index be510c4..a4142f9 100644 --- a/ts/modulebrowserify.ts +++ b/ts/modulebrowserify.ts @@ -2,7 +2,7 @@ module GulpBrowserBrowserify { export function init() { return function() { - return through.obj((file, enc, cb) => { //this is the trough object that gets returned by gulpBrowser.browserify(); + return through.obj((file, enc, cb) => { //this is the through object that gets returned by gulpBrowser.browserify(); var bundleCallback = function(err, bufferedContent) { if (Buffer.isBuffer(bufferedContent)){ file.contents = bufferedContent;