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:
Travis Ralston 2021-12-30 22:07:45 -07:00 committed by GitHub
parent 4734f40098
commit 1e9dd4d22e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -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: |-