Remove duplicate words.

This commit is contained in:
Patrick Cloke 2023-07-26 10:41:06 -04:00
parent f5035b8e02
commit a9e5e21411
3 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ not in the following list:
- `membership`
The content object must also be stripped of all keys, unless it is one
of one of the following event types:
of the following event types:
- `m.room.member` allows key `membership`.
- `m.room.create` allows key `creator`.

View file

@ -19,7 +19,7 @@ not in the following list:
- `membership`
The content object must also be stripped of all keys, unless it is one
of one of the following event types:
of the following event types:
- `m.room.member` allows key `membership`.
- `m.room.create` allows key `creator`.

View file

@ -40,7 +40,7 @@ not in the following list:
- `membership`
The content object must also be stripped of all keys, unless it is one
of one of the following event types:
of the following event types:
- `m.room.member` allows keys `membership`, `join_authorised_via_users_server`.
- `m.room.create` allows key `creator`.