Skip to content

Commit be2df06

Browse files
yanxyzphated
authored andcommitted
Docs: Improve API references
1 parent c1012cd commit be2df06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/API.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Default: `false`
104104
If true, it will create a duplex stream which passes items through and
105105
emits globbed files.
106106

107-
### options.allowEmpty
107+
##### options.allowEmpty
108108
Type: `Boolean`
109109
Default: `false`
110110

@@ -389,7 +389,7 @@ gulp.task('sometask', function() {
389389
});
390390
```
391391

392-
### lastRun(taskName, [timeResolution])
392+
### gulp.lastRun(taskName, [timeResolution])
393393

394394
Returns the timestamp of the last time the task ran successfully. The time
395395
will be the time the task started. Returns `undefined` if the task has

0 commit comments

Comments
 (0)