Skip to content

Commit df25250

Browse files
authored
Docs: Fix typo in task docs (#2524)
1 parent b6d6d7c commit df25250

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
@@ -61,7 +61,7 @@ Since any registered task can be run from the command line, avoid using spaces i
6161

6262
| parameter | type | note |
6363
|:--------------:|:------:|-------|
64-
| taskName | string | An alias for the task function within the the task system. Not needed when using named functions for `taskFunction`. |
64+
| taskName | string | An alias for the task function within the task system. Not needed when using named functions for `taskFunction`. |
6565
| 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

0 commit comments

Comments
 (0)