Typo fixes

This commit is contained in:
Travis Ralston 2021-05-02 00:13:48 -06:00 committed by Richard van der Hoff
parent fc6aa30000
commit 57f609cf1b
2 changed files with 2 additions and 2 deletions

View file

@ -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).

View file

@ -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']