summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-10-02 14:31:21 +0100
committerErik Johnston <erik@matrix.org>2014-10-02 14:31:21 +0100
commit918e71adb7c645ee6edf3e796204f916cee26a42 (patch)
tree01eab969e4e651b9ac3f5e75b5d1975956fdeb5a /docs
parentFix default value and key names. (diff)
downloadsynapse-918e71adb7c645ee6edf3e796204f916cee26a42.tar.xz
Don't use spaces in example room alias
Diffstat (limited to 'docs')
-rw-r--r--docs/specification.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/specification.rst b/docs/specification.rst
index e8790c2adc..b5bfce59e5 100644
--- a/docs/specification.rst
+++ b/docs/specification.rst
@@ -774,7 +774,7 @@ Example::
 
   {
     "visibility": "public", 
-    "room_alias_name": "the pub",
+    "room_alias_name": "thepub",
     "name": "The Grand Duke Pub",
     "topic": "All about happy hour"
   }