diff --git a/docs/configure.rst b/docs/configure.rst index ddf749c..1507080 100644 --- a/docs/configure.rst +++ b/docs/configure.rst @@ -43,7 +43,7 @@ The number of workers to use in the cluster. Defaults to CPU count of the curren daemonize_workers ~~~~~~~~~~~~~~~~~ -Set the daemon flag when spawning workers. You may need to disable this flag if your worker needs to spawn child process but be carefull with orphaned child processes in case of sudden termination of the main process. +Set the daemon flag when spawning workers. You may need to disable this flag if your worker needs to spawn child process but be careful with orphaned child processes in case of sudden termination of the main process. Defaults to ``True``. recycle