From d94b39059bc8fbb9d9f109eefddd48df04b8f2cd Mon Sep 17 00:00:00 2001 From: Omkar Tenkale <39808155+omkar-tenkale@users.noreply.github.com> Date: Thu, 24 Mar 2022 05:49:20 +0530 Subject: [PATCH] Fix typo --- docs/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API.md b/docs/API.md index caff7b68..f6c5dc95 100644 --- a/docs/API.md +++ b/docs/API.md @@ -747,7 +747,7 @@ Joining (attaching to) a topic means for the session to start consuming content Server replies to the `{sub}` with a `{ctrl}`. -The `{sub}` message may include a `get` and `set` fields which mirror `{get}` and `{set}` messages. If included, server will treat them as a subsequent `{set}` and `{get}` messages on the same topic. They `get` is set the reply may include `{meta}` and `{data}` messages. +The `{sub}` message may include a `get` and `set` fields which mirror `{get}` and `{set}` messages. If included, server will treat them as a subsequent `{set}` and `{get}` messages on the same topic. If the `get` is set, the reply may include `{meta}` and `{data}` messages. ```js