Skip to content

Commit

Permalink
Docs: Fix syntax error in lastRun API docs (closes #2315)
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Apr 27, 2019
1 parent 5d81f42 commit ea52a92
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/api/last-run.md
Expand Up @@ -23,11 +23,9 @@ function images() {
.pipe(dest('build/img/'));
}

function watch() {
exports.default = function() {
watch('src/images/**/*.jpg', images);
}

exports.watch = watch;
};
```


Expand Down

0 comments on commit ea52a92

Please sign in to comment.