diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2021-02-12 22:18:36 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2021-02-12 22:18:40 +0000 |
commit | ff40c8099d29dc429b51c1c4717f56ce429bbf29 (patch) | |
tree | d43f7fd2b75b26ef5d3d0bc08e40da1eac935f64 | |
parent | Remove dead handled_events set in invite_join (#9394) (diff) | |
download | synapse-ff40c8099d29dc429b51c1c4717f56ce429bbf29.tar.xz |
Fix sample config
Just a small change missed in 7950aa8a27c3f45184c96fda210c62d068dd2591.
-rw-r--r-- | docs/sample_config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index 71c3af2875..13a6f045f9 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -2232,7 +2232,7 @@ ui_auth: # session to be active. # # This defaults to 0, meaning the user is queried for their credentials - # before every action, but this can be overridden to alow a single + # before every action, but this can be overridden to allow a single # validation to be re-used. This weakens the protections afforded by # the user-interactive authentication process, by allowing for multiple # (and potentially different) operations to use the same validation session. |