Skip to content

Commit

Permalink
Merge pull request gulpjs#1006 from javiercejudo/patch-1
Browse files Browse the repository at this point in the history
fix var name in browserify-with-globs recipe
  • Loading branch information
phated committed Apr 5, 2015
2 parents cee15dc + af6d9eb commit 4d35560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/browserify-with-globs.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ gulp.task('javascript', function () {

// create the Browserify instance.
var b = browserify({
entries: entires,
entries: entries,
debug: true,
transform: [reactify]
});
Expand Down

0 comments on commit 4d35560

Please sign in to comment.