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

pull/12761/head
Andrew Morgan 2022-05-16 18:31:12 +01:00 committed by GitHub
parent 3eafee629d
commit 6d8d1218dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/12749.doc Normal file
View File

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

View File

@ -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.