diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-09-01 17:57:37 +0100 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-09-01 17:57:44 +0100 |
commit | 74cffcf51abb2eaacc52882c4afdcdbf67b8af4d (patch) | |
tree | 49faedf61ccd8cb0f199e40914237bbe3ebda054 /docs | |
parent | fix lying docs (diff) | |
download | synapse-74cffcf51abb2eaacc52882c4afdcdbf67b8af4d.tar.xz |
Small formatting errors
Diffstat (limited to 'docs')
-rw-r--r-- | docs/specification.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/specification.rst b/docs/specification.rst index f41308ce1d..23c6b12091 100644 --- a/docs/specification.rst +++ b/docs/specification.rst @@ -514,8 +514,8 @@ There are several APIs provided to ``GET`` events for a room: - - ``/rooms/<room id>/messages`` : Get all ``m.room.message`` events. - - ``/rooms/<room id>/initialSync`` : Get all relevant events for a room. +- ``/rooms/<room id>/messages`` : Get all ``m.room.message`` events. +- ``/rooms/<room id>/initialSync`` : Get all relevant events for a room. Room Events |