From d95fc244d38f78d5c7818814d9c89817ce79c329 Mon Sep 17 00:00:00 2001 From: m-e-l-u-h-a-n Date: Mon, 15 Mar 2021 08:53:36 +0530 Subject: [PATCH] documentation(api): Fix typo in construct narrow documentation. --- templates/zerver/api/construct-narrow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/zerver/api/construct-narrow.md b/templates/zerver/api/construct-narrow.md index e8e001053a..e6d1d0bdd3 100644 --- a/templates/zerver/api/construct-narrow.md +++ b/templates/zerver/api/construct-narrow.md @@ -43,7 +43,7 @@ options, new in Zulip 2.1, that we don't document there because they are primarily useful to API clients: * `sender:1234`: Search messages sent by user ID `1234`. -* `stream:1234`: Search messages sent to the stream with ID `123`. +* `stream:1234`: Search messages sent to the stream with ID `1234`. * `pm-with:1234`: Search the private message conversation between you and user ID `1234`. * `pm-with:1234,5678`: Search the private message conversation between