From 9f27c4c0d460952ec241b85a0468cc8329edbf6e Mon Sep 17 00:00:00 2001 From: Lukasz Kokot Date: Thu, 3 Aug 2023 14:31:24 -0400 Subject: [PATCH] Fix type in specifications Signed-off-by: Lukasz Kokot --- specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification.md b/specification.md index 0a367ec7..4488f80e 100644 --- a/specification.md +++ b/specification.md @@ -3103,7 +3103,7 @@ Note that `transition` and `end` properties are mutually exclusive, meaning that | [onErrors](#Error-Definition) | States error handling and retries definitions | array | no | | [transition](#Transitions) | Next transition of the workflow after callback event has been received | string or object | yes (if `end` is not defined) | | [end](#End-Definition) | Is this state an end state | boolean or object | yes (if `transition` is not defined) | -| [compensatedBy](#Workflow-Compensation) | Uniaue name of a workflow state which is responsible for compensation of this state | string | no | +| [compensatedBy](#Workflow-Compensation) | Unique name of a workflow state which is responsible for compensation of this state | string | no | | [usedForCompensation](#Workflow-Compensation) | If `true`, this state is used to compensate another state. Default is `false` | boolean | no | | [metadata](#Workflow-Metadata) | Metadata information| object | no |