mirror of https://github.com/zulip/zulip.git
openapi: Fix “contatining” typo.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
8410990c42
commit
c6f6df986c
|
@ -1168,7 +1168,7 @@ paths:
|
||||||
streams:
|
streams:
|
||||||
type: array
|
type: array
|
||||||
description: |
|
description: |
|
||||||
Array of stream objects, each contatining
|
Array of stream objects, each containing
|
||||||
details about a stream that was deleted.
|
details about a stream that was deleted.
|
||||||
items:
|
items:
|
||||||
$ref: "#/components/schemas/BasicStream"
|
$ref: "#/components/schemas/BasicStream"
|
||||||
|
|
Loading…
Reference in New Issue