Skip to content

Commit 723cbc4

Browse files
martinvdphated
authored andcommitted
Docs: Fix syntax in recipe example (#1715)
1 parent d420a6a commit 723cbc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/recipes/server-with-livereload-and-css-injection.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ gulp.task('serve', gulp.series('sass', function() {
9696
});
9797

9898
gulp.watch('scss/*.scss', gulp.series('sass'));
99-
});
99+
}));
100100
```
101101

102102
and including the pre-processed CSS in `index.html`:

0 commit comments

Comments
 (0)