diff --git a/docs/customization/custom-scripts.md b/docs/customization/custom-scripts.md index 83e9cb7f6..96168ebaa 100644 --- a/docs/customization/custom-scripts.md +++ b/docs/customization/custom-scripts.md @@ -110,7 +110,7 @@ By default, a script can be scheduled for execution at a later time. Setting `sc ### `rq_queue_name` -This will override the standard `QUEUE_MAPPINGS` setting for the script be process by the worker. If the queue is not found then the default logic found in the settings file will be used. +This will override the standard `QUEUE_MAPPINGS` setting for the script to be process by the worker. If the queue is not found then the default logic found in the settings file will be used. ### `job_timeout`