Skip to content

Commit d285bec

Browse files
committed
Fix definitions in the dsl-reference.md
Signed-off-by: Charles d'Avernas <[email protected]>
1 parent 39da284 commit d285bec

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
@@ -447,7 +447,7 @@ use:
447447
grant: client_credentials
448448
client:
449449
id: serverless-workflow-runtime
450-
secret: 0123456789
450+
secret: secret0123456789
451451
do:
452452
- bookHotel:
453453
call: http
@@ -1152,7 +1152,7 @@ use:
11521152
sampleBasic:
11531153
basic:
11541154
username: admin
1155-
password: 123
1155+
password: password123
11561156
do:
11571157
- sampleTask:
11581158
call: http

0 commit comments

Comments
 (0)