8000 Docs: Fix broken link in tasks (#2253) · gulpjs/gulp@6d43750 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 6d43750

Browse files
janiceilenephated
authored andcommitted
Docs: Fix broken link in tasks (#2253)
1 parent e35bdac commit 6d43750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/task.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Since any registered task can be run from the command line, avoid using spaces i
6262
| parameter | type | note |
6363
|:--------------:|:------:|-------|
6464
| taskName | string | An alias for the task function within the the task system. Not needed when using named functions for `taskFunction`. |
65-
| taskFunction<br>**(required)** | function | A [task function][tasks-concepts] or composed task - generated by `series()` and `parallel()`. Ideally a named function. [Task metadata][task-metadata-section] can be attached to provide extra information to the command line. |
65+
| taskFunction<br>**(required)** | function | A [task function][task-concepts] or composed task - generated by `series()` and `parallel()`. Ideally a named function. [Task metadata][task-metadata-section] can be attached to provide extra information to the command line. |
6666

6767
### Returns
6868

0 commit comments

Comments
 (0)
0