Skip to content

Commit

Permalink
Avoid use of the word "clobber" (#3611)
Browse files Browse the repository at this point in the history
* Avoid use of the word "clobber"

Fixes #1328

* changelog
  • Loading branch information
turt2live authored Dec 31, 2021
1 parent 4734f40 commit 1e9dd4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelogs/client_server/newsfragments/3611.clarification
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix various typos throughout the specification.
4 changes: 2 additions & 2 deletions data/api/client-server/create_room.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
Expand Down

0 comments on commit 1e9dd4d

Please sign in to comment.