mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
Fix spelling of additionalProperties
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
parent
7da039a241
commit
dc8b133f2e
|
|
@ -98,7 +98,7 @@
|
||||||
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{/* Additional properties should either be an OpenAPI schema object, or a
|
{{/* additionalProperties should either be an OpenAPI schema object, or a
|
||||||
boolean. If it's the former, look for a `description` and render it as a note.
|
boolean. If it's the former, look for a `description` and render it as a note.
|
||||||
If it's `true`, do nothing. If it's `false`, raise a build-time error:
|
If it's `true`, do nothing. If it's `false`, raise a build-time error:
|
||||||
"Everything is extensible in Matrix unless otherwise noted". */}}
|
"Everything is extensible in Matrix unless otherwise noted". */}}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue