diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2022-05-16 18:31:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-16 17:31:12 +0000 |
commit | 6d8d1218dde7c265dadf723cf9955d2c2fc77df9 (patch) | |
tree | 360712a9d9058dbebfaa85deb1aadcba3407c9ba | |
parent | Revert "changelog" (diff) | |
download | synapse-6d8d1218dde7c265dadf723cf9955d2c2fc77df9.tar.xz |
Fix typo in name of 'run_background_tasks_on' option in config manual (#12749)
-rw-r--r-- | changelog.d/12749.doc | 1 | ||||
-rw-r--r-- | docs/usage/configuration/config_documentation.md | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/12749.doc b/changelog.d/12749.doc new file mode 100644 index 0000000000..4560319ee4 --- /dev/null +++ b/changelog.d/12749.doc @@ -0,0 +1 @@ +Fix typo in 'run_background_tasks_on' option name in configuration manual documentation. diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md index f0bf13976d..3e2031f08a 100644 --- a/docs/usage/configuration/config_documentation.md +++ b/docs/usage/configuration/config_documentation.md @@ -3454,7 +3454,7 @@ stream_writers: typing: worker1 ``` --- -Config option: `run_background_task_on` +Config option: `run_background_tasks_on` The worker that is used to run background tasks (e.g. cleaning up expired data). If not provided this defaults to the main process. |