You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/task.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ Since any registered task can be run from the command line, avoid using spaces i
61
61
62
62
| parameter | type | note |
63
63
|:--------------:|:------:|-------|
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`. |
65
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. |
0 commit comments