Skip to content

Commit cda1ba5

Browse files
author
Jort Rodenburg
authored
Fix typo in Event Based Service Invocation example (#492)
VetServiceSoure to VetServiceSource in JSON and YAML workflow definition examples for "Event Based Service Invocation" Signed-off-by: Jort Rodenburg <[email protected]>
1 parent bc0dcaf commit cda1ba5

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
@@ -2422,7 +2422,7 @@ For this example we assume that the workflow instance is started given the follo
24222422
"events": [
24232423
{
24242424
"name": "MakeVetAppointment",
2425-
"source": "VetServiceSoure",
2425+
"source": "VetServiceSource",
24262426
"kind": "produced"
24272427
},
24282428
{
@@ -2469,7 +2469,7 @@ specVersion: '0.7'
24692469
start: MakeVetAppointmentState
24702470
events:
24712471
- name: MakeVetAppointment
2472-
source: VetServiceSoure
2472+
source: VetServiceSource
24732473
kind: produced
24742474
- name: VetAppointmentInfo
24752475
source: VetServiceSource

0 commit comments

Comments
 (0)