Fix spelling of additionalProperties

Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
David Robertson 2022-11-22 17:53:07 +00:00 committed by GitHub
parent 7da039a241
commit dc8b133f2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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". */}}