diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-05-23 15:39:52 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-05-23 15:39:52 +0100 |
commit | 2df8c3139ab7be10af4aaa750bbdc4ad39209583 (patch) | |
tree | 07974e70d7c40c6e38d9683280e5e305c5cdc14b /docs/consent_tracking.md | |
parent | mention public_baseurl (diff) | |
download | synapse-2df8c3139ab7be10af4aaa750bbdc4ad39209583.tar.xz |
minor post-review tweaks
Diffstat (limited to 'docs/consent_tracking.md')
-rw-r--r-- | docs/consent_tracking.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/consent_tracking.md b/docs/consent_tracking.md index 66beb9263b..9dc0093888 100644 --- a/docs/consent_tracking.md +++ b/docs/consent_tracking.md @@ -81,9 +81,9 @@ should be a matter of `pip install Jinja2`. On debian, try `apt-get install python-jinja2`. Once this is complete, and the server has been restarted, try visiting -`https://<server>/_matrix/consent`. If configuration has been done correctly, -this should give an error "Missing string query parameter 'u'". It is now -possible to manually construct URIs where users can give their consent. +`https://<server>/_matrix/consent`. If correctly configured, this should give +an error "Missing string query parameter 'u'". It is now possible to manually +construct URIs where users can give their consent. ### Constructing the consent URI |