Skip to content

Commit

Permalink
Update pages/docs/tutorials/getting-started/request_reply.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alejandra Quetzalli  <[email protected]>
  • Loading branch information
jonaslagoni and quetzalliwrites authored Aug 17, 2023
1 parent 32e70e7 commit 530373d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/tutorials/getting-started/request_reply.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ operations:

A second sub-pattern is where we do not know the reply channel at design time, but instead, it's dynamic and determined at runtime. This could for example be using the request message payload or header to dictate the response channel.

Take notice how we utilize `address: null` to define that we dont know the address and instead
Take notice how we utilize `address: null` to define that we don't know the address:

```yml
asyncapi: 3.0.0
Expand Down

0 comments on commit 530373d

Please sign in to comment.