Skip to content

Commit e931520

Browse files
authored
typo_DoCarVitalChecks (#476)
Signed-off-by: Antonio Mendoza Pérez <[email protected]>
1 parent d722692 commit e931520

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3435,7 +3435,7 @@ We fist define our top-level workflow for this example:
34353435
}
34363436
],
34373437
"defaultCondition": {
3438-
"transition": "DoCarVitalsChecks"
3438+
"transition": "DoCarVitalChecks"
34393439
}
34403440
}
34413441
],
@@ -3484,7 +3484,7 @@ states:
34843484
eventRef: CarTurnedOffEvent
34853485
end: true
34863486
defaultCondition:
3487-
transition: DoCarVitalsChecks
3487+
transition: DoCarVitalChecks
34883488
events:
34893489
- name: CarTurnedOnEvent
34903490
type: car.events

0 commit comments

Comments
 (0)