Avoid use of the word "clobber" (#3611)
* Avoid use of the word "clobber" Fixes https://github.com/matrix-org/matrix-doc/issues/1328 * changelog
This commit is contained in:
parent
4734f40098
commit
1e9dd4d22e
2 changed files with 3 additions and 2 deletions
|
@ -0,0 +1 @@
|
|||
Fix various typos throughout the specification.
|
|
@ -174,9 +174,9 @@ paths:
|
|||
type: object
|
||||
description: |-
|
||||
Extra keys, such as `m.federate`, to be added to the content
|
||||
of the [`m.room.create`](/client-server-api/#mroomcreate) event. The server will clobber the following
|
||||
of the [`m.room.create`](/client-server-api/#mroomcreate) event. The server will overwrite the following
|
||||
keys: `creator`, `room_version`. Future versions of the specification
|
||||
may allow the server to clobber other keys.
|
||||
may allow the server to overwrite other keys.
|
||||
initial_state:
|
||||
type: array
|
||||
description: |-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue