small grammar

This commit is contained in:
Andrew Morgan 2020-08-21 15:30:30 +01:00
parent de038f5601
commit 39c21689ce

View file

@ -8,7 +8,7 @@ This proposal implements the reserved "knock" membership type for the
`m.room.member` state event. This state event indicates that when a user
knocks on a room, they are asking for permission to join. It contains an
optional "reason" parameter to specify the reason you want to join. Like
other membership types the parameters, "displayname" and "avatar_url" are
other membership types, the parameters "displayname" and "avatar_url" are
optional. This membership can be set from users who aren't currently in said
room. An example for the membership would look like the following:
```json