From c4042ca7ab6b4a4ef9fd1cad6e004dbcd335b2ff Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Fri, 1 May 2020 13:37:12 -0500 Subject: [PATCH] Update request_reply.md --- developing-with-nats/sending/request_reply.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developing-with-nats/sending/request_reply.md b/developing-with-nats/sending/request_reply.md index 0ac521b..d1060ad 100644 --- a/developing-with-nats/sending/request_reply.md +++ b/developing-with-nats/sending/request_reply.md @@ -120,7 +120,7 @@ if err != nil { log.Fatal(err) } -// Send the request immeditately +// Send the request immediately nc.PublishRequest(subject, replyTo, []byte(input)) nc.Flush()