Skip to content

Commit 1351fb8

Browse files
ptbphated
ptb
authored andcommitted
Docs: Add missing parenthesis (#1599)
1 parent e894312 commit 1351fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/recipes/running-tasks-in-series.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ gulp.task('templates', gulp.series('clean', function() {
4141
return gulp.src(['src/templates/*.hbs'])
4242
// do some concatenation, minification, etc.
4343
.pipe(gulp.dest('output/templates/'));
44-
});
44+
}));
4545

4646
gulp.task('styles', gulp.series('clean', function() {
4747
return gulp.src(['src/styles/app.less'])

0 commit comments

Comments
 (0)