Skip to content

Commit cd7a0b9

Browse files
fix: examples in dsl-reference
Signed-off-by: Matthias Pichler <[email protected]>
1 parent ec69fd1 commit cd7a0b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dsl-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -555,8 +555,8 @@ do:
555555
one:
556556
with:
557557
type: com.fake.petclinic.pets.checkup.completed.v2
558-
output:
559-
as: '.pets + [{ "id": $pet.id }]'
558+
output:
559+
as: '.pets + [{ "id": $pet.id }]'
560560
```
561561

562562
#### Fork
@@ -1113,7 +1113,7 @@ document:
11131113
use:
11141114
secrets:
11151115
- usernamePasswordSecret
1116-
authentication:
1116+
authentications:
11171117
sampleBasicFromSecret:
11181118
basic:
11191119
use: usernamePasswordSecret

0 commit comments

Comments
 (0)