Browse Source

Fix typo in name of 'run_background_tasks_on' option in config manual (#12749)

Andrew Morgan 1 year ago
parent
commit
6d8d1218dd
2 changed files with 2 additions and 1 deletions
  1. 1 0
      changelog.d/12749.doc
  2. 1 1
      docs/usage/configuration/config_documentation.md

+ 1 - 0
changelog.d/12749.doc

@@ -0,0 +1 @@
+Fix typo in 'run_background_tasks_on' option name in configuration manual documentation.

+ 1 - 1
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.