Fix typo of object being spelt as "obiect" (#1827)

This commit is contained in:
Matthias Ahouansou 2024-05-24 17:43:33 +01:00 committed by GitHub
parent dac867dd6a
commit 041be547d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1 @@
Fix minor spelling mistake of object being spelt "obiect".

View file

@ -215,7 +215,7 @@ The rules are as follows:
If either of the properties `events` or `notifications` in `content` If either of the properties `events` or `notifications` in `content`
are present and not an object with values that are integers, are present and not an object with values that are integers,
reject. reject.
3. If the `users` property in `content` is not an obiect with keys that 3. If the `users` property in `content` is not an object with keys that
are valid user IDs with values that are integers, reject. are valid user IDs with values that are integers, reject.
4. If there is no previous `m.room.power_levels` event in the room, 4. If there is no previous `m.room.power_levels` event in the room,
allow. allow.

View file

@ -219,7 +219,7 @@ The rules are as follows:
2. If either of the properties `events` or `notifications` in `content` 2. If either of the properties `events` or `notifications` in `content`
are present and not an object with values that are integers, are present and not an object with values that are integers,
reject. reject.
3. If the `users` property in `content` is not an obiect with keys that 3. If the `users` property in `content` is not an object with keys that
are valid user IDs with values that are integers, reject. are valid user IDs with values that are integers, reject.
4. If there is no previous `m.room.power_levels` event in the room, 4. If there is no previous `m.room.power_levels` event in the room,
allow. allow.