diff options
author | Erik Johnston <erik@matrix.org> | 2014-10-02 14:31:21 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-10-02 14:31:21 +0100 |
commit | 918e71adb7c645ee6edf3e796204f916cee26a42 (patch) | |
tree | 01eab969e4e651b9ac3f5e75b5d1975956fdeb5a /docs | |
parent | Fix default value and key names. (diff) | |
download | synapse-918e71adb7c645ee6edf3e796204f916cee26a42.tar.xz |
Don't use spaces in example room alias
Diffstat (limited to 'docs')
-rw-r--r-- | docs/specification.rst | 2 |
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" } |