From 1e9dd4d22eeeb90fdcba31854f9dfb8fc1ac6b31 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 30 Dec 2021 22:07:45 -0700 Subject: [PATCH] Avoid use of the word "clobber" (#3611) * Avoid use of the word "clobber" Fixes https://github.com/matrix-org/matrix-doc/issues/1328 * changelog --- changelogs/client_server/newsfragments/3611.clarification | 1 + data/api/client-server/create_room.yaml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 changelogs/client_server/newsfragments/3611.clarification diff --git a/changelogs/client_server/newsfragments/3611.clarification b/changelogs/client_server/newsfragments/3611.clarification new file mode 100644 index 00000000..3ccb2333 --- /dev/null +++ b/changelogs/client_server/newsfragments/3611.clarification @@ -0,0 +1 @@ +Fix various typos throughout the specification. diff --git a/data/api/client-server/create_room.yaml b/data/api/client-server/create_room.yaml index 2a7a47ec..97c3dc91 100644 --- a/data/api/client-server/create_room.yaml +++ b/data/api/client-server/create_room.yaml @@ -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: |-