Fix up description of knock_room_state field, which implied the required field was optional (#1276)

This commit is contained in:
Andrew Morgan 2022-10-07 13:46:37 +01:00 committed by GitHub
parent c4505665e0
commit 3808a679c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
Fix various typos throughout the specification.

View file

@ -287,7 +287,7 @@ paths:
items:
$ref: "../../event-schemas/schema/core-event-schema/stripped_state.yaml"
description: |-
An optional list of [stripped state events](/client-server-api/#stripped-state)
A list of [stripped state events](/client-server-api/#stripped-state)
to help the initiator of the knock identify the room.
example:
$ref: "../../event-schemas/examples/knock_room_state.json"