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()