Skip to content

Commit 0169caa

Browse files
stefangrundchrisvfritz
authored andcommitted
Fixed typo in Gulp example in deployment.md (#1376)
1 parent 5565e86 commit 0169caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module.exports = {
5353
var envify = require('envify/custom')
5454

5555
browserify(browserifyOptions)
56-
.transform(vueify),
56+
.transform(vueify)
5757
.transform(
5858
// Required in order to process node_modules files
5959
{ global: true },

0 commit comments

Comments
 (0)