summary refs log tree commit diff
path: root/synapse/config
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2018-04-25 11:40:37 +0100
committerDavid Baker <dave@matrix.org>2018-04-25 11:40:37 +0100
commit643c89d4974eccda45802bc72d783904784a52a3 (patch)
treec346224c752e5af3974ac9618d098c5e6d24122b /synapse/config
parentOption to defer to an ID server for user_directory (diff)
downloadsynapse-643c89d4974eccda45802bc72d783904784a52a3.tar.xz
Fix spelling & add experimental API comment
Diffstat (limited to 'synapse/config')
-rw-r--r--synapse/config/user_directory.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/synapse/config/user_directory.py b/synapse/config/user_directory.py
index 093ebc4d03..9b0ae91289 100644
--- a/synapse/config/user_directory.py
+++ b/synapse/config/user_directory.py
@@ -47,6 +47,7 @@ class UserDirectoryConfig(Config):
         #   search_all_users: false
         #
         #   If this is set, user search will be delegated to this ID server instead
-        #   of synapse performing the saerch itself.
+        #   of synapse performing the search itself.
+        #   This is an experimental API.
         #   defer_to_id_server: id.example.com
         """