diff options
author | Neil Johnson <neil@matrix.org> | 2019-06-06 13:30:17 +0100 |
---|---|---|
committer | Neil Johnson <neil@matrix.org> | 2019-06-06 13:30:17 +0100 |
commit | a112d28963aa479927e7763fbe03ef70c541d708 (patch) | |
tree | a40573d879a9157957380d6436695f717fac40de | |
parent | towncrier (diff) | |
download | synapse-a112d28963aa479927e7763fbe03ef70c541d708.tar.xz |
fix typo
-rw-r--r-- | UPGRADE.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst index 8b7b745836..813cdb9b65 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst @@ -69,7 +69,7 @@ Configure a whitelist of server domains to trust via See the `sample configuration file <https://github.com/matrix-org/synapse/blob/master/docs/sample_config.yaml>`_ -for more details on these settings. Password reset emails When a user requests +for more details on these settings. When a user requests a password reset, Synapse will send an email to the user to confirm the request. |