Update tasks.md

This commit is contained in:
Jakob K
2021-04-25 01:19:53 +02:00
committed by GitHub
parent 51772d4169
commit cd5e05c85a

View File

@@ -51,7 +51,7 @@ sync {
}
```
Alternatively, if you want to specify rather a task should be executed sync or async using a parameter, you can use the `taskRun` function, which has a `sync` parameter.
Alternatively, if you want to specify wether a task should be executed sync or async using a parameter, you can use the `taskRun` function, which has a `sync` parameter.
## Other (simpler) task functions