From 89a4e9395c5674a439064efc3d0c2632c0b95bc8 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Fri, 18 Oct 2019 09:34:52 -0500 Subject: [PATCH] Update reqreply.md --- developing-with-nats/tutorials/reqreply.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developing-with-nats/tutorials/reqreply.md b/developing-with-nats/tutorials/reqreply.md index 91f0954..4510f0e 100644 --- a/developing-with-nats/tutorials/reqreply.md +++ b/developing-with-nats/tutorials/reqreply.md @@ -38,5 +38,5 @@ You should see the message `Receiver is listening`, and that the NATS receiver c The NATS requestor client makes a request by sending the message "some message" on the “help.please” subject. -The NATS receiver client receives the message, formulates the reply \("OK, I CAN HELP!!!\), and sends it to the inbox of the requester. +The NATS receiver client receives the message, formulates the reply \("OK, I CAN HELP!!!"\), and sends it to the inbox of the requester.