Skip to content

Commit ea52a92

Browse files
committed
Docs: Fix syntax error in lastRun API docs (closes #2315)
1 parent 5d81f42 commit ea52a92

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: docs/api/last-run.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,9 @@ function images() {
2323
.pipe(dest('build/img/'));
2424
}
2525

26-
function watch() {
26+
exports.default = function() {
2727
watch('src/images/**/*.jpg', images);
28-
}
29-
30-
exports.watch = watch;
28+
};
3129
```
3230

3331

0 commit comments

Comments
 (0)