Merge pull request #377 from Ralith/typos

Fix typo
This commit is contained in:
Richard van der Hoff 2016-08-26 10:28:52 +01:00 committed by GitHub
commit 2fa7aac3be

View file

@ -1155,7 +1155,7 @@ ban MUST have the required power level. To ban a user, a request should be made
to |/rooms/<room_id>/ban|_ with::
{
"user_id": "<user id to ban"
"user_id": "<user id to ban>"
"reason": "string: <reason for the ban>"
}