From cd5e05c85a877c5719fd6f75ec640fc5149c9ed0 Mon Sep 17 00:00:00 2001 From: Jakob K <52456572+bluefireoly@users.noreply.github.com> Date: Sun, 25 Apr 2021 01:19:53 +0200 Subject: [PATCH] Update tasks.md --- guide/docs/extensions/tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/docs/extensions/tasks.md b/guide/docs/extensions/tasks.md index f111993b..66166a19 100644 --- a/guide/docs/extensions/tasks.md +++ b/guide/docs/extensions/tasks.md @@ -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