Skip to content

Commit

Permalink
Docs: Fix typo in task docs (#2524)
Browse files Browse the repository at this point in the history
  • Loading branch information
andergtk committed Jan 10, 2021
1 parent b6d6d7c commit df25250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Since any registered task can be run from the command line, avoid using spaces i

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

### Returns
Expand Down

0 comments on commit df25250

Please sign in to comment.