Skip to content

Commit 257671e

Browse files
Merge pull request #782 from LukaszKokot/main
Fix typo in specification.md
2 parents 6235e2a + 9f27c4c commit 257671e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3103,7 +3103,7 @@ Note that `transition` and `end` properties are mutually exclusive, meaning that
31033103
| [onErrors](#Error-Definition) | States error handling and retries definitions | array | no |
31043104
| [transition](#Transitions) | Next transition of the workflow after callback event has been received | string or object | yes (if `end` is not defined) |
31053105
| [end](#End-Definition) | Is this state an end state | boolean or object | yes (if `transition` is not defined) |
3106-
| [compensatedBy](#Workflow-Compensation) | Uniaue name of a workflow state which is responsible for compensation of this state | string | no |
3106+
| [compensatedBy](#Workflow-Compensation) | Unique name of a workflow state which is responsible for compensation of this state | string | no |
31073107
| [usedForCompensation](#Workflow-Compensation) | If `true`, this state is used to compensate another state. Default is `false` | boolean | no |
31083108
| [metadata](#Workflow-Metadata) | Metadata information| object | no |
31093109

0 commit comments

Comments
 (0)