From c6f6df986cc754a72ad8c7cae908a9a30804c1b3 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Thu, 3 Nov 2022 11:09:35 -0700 Subject: [PATCH] =?UTF-8?q?openapi:=20Fix=20=E2=80=9Ccontatining=E2=80=9D?= =?UTF-8?q?=20typo.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Anders Kaseorg --- zerver/openapi/zulip.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zerver/openapi/zulip.yaml b/zerver/openapi/zulip.yaml index 859b246fdd..a6799249fb 100644 --- a/zerver/openapi/zulip.yaml +++ b/zerver/openapi/zulip.yaml @@ -1168,7 +1168,7 @@ paths: streams: type: array description: | - Array of stream objects, each contatining + Array of stream objects, each containing details about a stream that was deleted. items: $ref: "#/components/schemas/BasicStream"