diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-05-30 19:24:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-30 19:24:12 +0100 |
commit | 2e4be8bfd93c9ebfe2c6262c59e9367121246110 (patch) | |
tree | 411d75ea461db7b1f5b1d8455c6b68e019636741 /synapse/config | |
parent | add link to thorough instruction how to configure consent (diff) | |
download | synapse-2e4be8bfd93c9ebfe2c6262c59e9367121246110.tar.xz |
fix english and wrap comment
Diffstat (limited to 'synapse/config')
-rw-r--r-- | synapse/config/consent_config.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/synapse/config/consent_config.py b/synapse/config/consent_config.py index da39636d61..e6eee9167a 100644 --- a/synapse/config/consent_config.py +++ b/synapse/config/consent_config.py @@ -18,7 +18,8 @@ from ._base import Config DEFAULT_CONFIG = """\ # User Consent configuration # -# for a detailed instruction, see https://github.com/matrix-org/synapse/blob/master/docs/consent_tracking.md +# for detailed instructions, see +# https://github.com/matrix-org/synapse/blob/master/docs/consent_tracking.md # # Parts of this section are required if enabling the 'consent' resource under # 'listeners', in particular 'template_dir' and 'version'. |