From 530373d0b5a120815fecac7fd0b42592fa6ee76e Mon Sep 17 00:00:00 2001 From: Jonas Lagoni Date: Thu, 17 Aug 2023 11:53:03 +0200 Subject: [PATCH] Update pages/docs/tutorials/getting-started/request_reply.md Co-authored-by: Alejandra Quetzalli --- pages/docs/tutorials/getting-started/request_reply.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/tutorials/getting-started/request_reply.md b/pages/docs/tutorials/getting-started/request_reply.md index b372a7d8951..b0144238cfb 100644 --- a/pages/docs/tutorials/getting-started/request_reply.md +++ b/pages/docs/tutorials/getting-started/request_reply.md @@ -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