Skip to content

Commit

Permalink
Fixed typo in Gulp example in deployment.md (#1376)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangrund authored and chrisvfritz committed Jan 10, 2018
1 parent 5565e86 commit 0169caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/guide/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module.exports = {
var envify = require('envify/custom')

browserify(browserifyOptions)
.transform(vueify),
.transform(vueify)
.transform(
// Required in order to process node_modules files
{ global: true },
Expand Down

0 comments on commit 0169caa

Please sign in to comment.