Skip to content

Commit e850089

Browse files
fix: move then to right level
Signed-off-by: Matthias Pichler <[email protected]>
1 parent 2c79aa4 commit e850089

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dsl-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -860,14 +860,14 @@ do:
860860
sequentially:
861861
- validatePayment: {}
862862
- fulfillOrder: {}
863-
then: exit
863+
then: exit
864864
- processPhysicalOrder:
865865
execute:
866866
sequentially:
867867
- checkInventory: {}
868868
- packItems: {}
869869
- scheduleShipping: {}
870-
then: exit
870+
then: exit
871871
- handleUnknownOrderType:
872872
execute:
873873
sequentially:

0 commit comments

Comments
 (0)