Skip to content

Commit 2d0c892

Browse files
committed
Fix examples
Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
1 parent 1819842 commit 2d0c892

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
@@ -2058,7 +2058,7 @@ document:
20582058
name: asyncapi-example
20592059
version: '0.1.0'
20602060
do:
2061-
- subscribeToChatInbox:
2061+
- subscribeToChatInboxForAmount:
20622062
call: asyncapi
20632063
with:
20642064
document:
@@ -2095,7 +2095,7 @@ document:
20952095
name: asyncapi-example
20962096
version: '0.1.0'
20972097
do:
2098-
- subscribeToChatInbox:
2098+
- subscribeToChatInboxUntil:
20992099
call: asyncapi
21002100
with:
21012101
document:

0 commit comments

Comments
 (0)