From ab7e05242a650da9bc001205ad86cf051bec4515 Mon Sep 17 00:00:00 2001 From: Tommy Tan Date: Tue, 21 Feb 2023 16:13:48 -0800 Subject: [PATCH] Update switch-task.md Fix one word. --- docs/docs/reference-docs/switch-task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/reference-docs/switch-task.md b/docs/docs/reference-docs/switch-task.md index 6cb78d8089..f43d8f401e 100644 --- a/docs/docs/reference-docs/switch-task.md +++ b/docs/docs/reference-docs/switch-task.md @@ -20,7 +20,7 @@ Following are the task configuration parameters : | evaluatorType | String | [evaluatortType values](#evaluator-types) | | expression | String | Depends on the [evaluatortType value](#evaluator-types) | | decisionCases | Map[String, List[task]] | Map where key is possible values that can result from `expression` being evaluated by `evaluatorType` with value being list of tasks to be executed. | -| defaultCase | List[task] | List of tasks to be executed when no matching value if found in decision case (default condition) | +| defaultCase | List[task] | List of tasks to be executed when no matching value is found in decision case (default condition) | #### Evaluator Types