Skip to content

Commit cabe846

Browse files
authored
Fix typo in room versions 1 through 5 (#2066)
Signed-off-by: Kévin Commaille <[email protected]>
1 parent 9e0f2aa commit cabe846

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix various typos throughout the specification.

content/rooms/fragments/v1-auth-rules.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The rules are as follows:
3939
does not match the `sender` domain of the create event, reject.
4040
4. If type is `m.room.aliases`:
4141
1. If event has no `state_key`, reject.
42-
2. If sender's domain doesn't matches `state_key`, reject.
42+
2. If sender's domain doesn't match `state_key`, reject.
4343
3. Otherwise, allow.
4444
5. If type is `m.room.member`:
4545
1. If there is no `state_key` property, or no `membership` property in

content/rooms/fragments/v3-auth-rules.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The complete list of rules, as of room version 3, is as follows:
4747
does not match the `sender` domain of the create event, reject.
4848
4. If type is `m.room.aliases`:
4949
1. If event has no `state_key`, reject.
50-
2. If sender's domain doesn't matches `state_key`, reject.
50+
2. If sender's domain doesn't match `state_key`, reject.
5151
3. Otherwise, allow.
5252
5. If type is `m.room.member`:
5353
1. If there is no `state_key` property, or no `membership` property in

0 commit comments

Comments
 (0)