Skip to content

Commit cd992ed

Browse files
authored
Merge pull request #813 from ElanHasson/patch-1
Correct spelling error in Spec
2 parents 1ab1a2c + 5774b0e commit cd992ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ unchanged throughout its execution.
213213

214214
Workflow instances can be started providing some data input. This is described in detail in the
215215
[workflow data input](#Workflow-Data-Input) section.
216-
Workflow instances can also wait for examples to start their execution, which is the case
216+
Workflow instances can also wait for events to start their execution, which is the case
217217
where a workflow definition contains a [EventState](#Event-State) starting workflow state.
218218

219219
The workflow definition also explicitly defines when a workflow instance should be completed.
@@ -1640,7 +1640,7 @@ Let's say we have the following workflow definition:
16401640
"name": "simpleadd",
16411641
"functions": [
16421642
{
1643-
"name": "Iicrement-count-function",
1643+
"name": "increment-count-function",
16441644
"type": "expression",
16451645
"operation": ".count += 1 | .count"
16461646
}

0 commit comments

Comments
 (0)