mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-14 07:04:09 +02:00
Typo fixes
This commit is contained in:
parent
fc6aa30000
commit
57f609cf1b
|
|
@ -1 +1 @@
|
||||||
Add `/versions` API as per [MSC2320](https://github.com/matrix-org/matrix-doc/pull/2320).
|
Add `GET /_matrix/identity/versions` API as per [MSC2320](https://github.com/matrix-org/matrix-doc/pull/2320).
|
||||||
|
|
@ -47,5 +47,5 @@ paths:
|
||||||
description: The supported versions.
|
description: The supported versions.
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
description: The supported versions
|
description: The supported versions.
|
||||||
required: ['versions']
|
required: ['versions']
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue