diff --git a/docs/contents/workers/yaml.md b/docs/contents/workers/yaml.md index 4eff66db320d6da21dc2b0ecb667e5ab187dcf0e..b7018c7c0573e3501e214f30065c5ce80c6eb573 100644 --- a/docs/contents/workers/yaml.md +++ b/docs/contents/workers/yaml.md @@ -83,13 +83,13 @@ include: : Whether or not this worker requires a model version to run. Defaults to `disabled`. May take one of the following values: `required` - : This worker requires a model version, and will only be run on processes whose model is defined. + : This worker requires a model version, and will only be run on processes with a model. `supported` : This worker supports a model version, but may run on any processes, including those without model. `disabled` - : This worker does not support model version. It may run on processe that has a model, but it will ignore it. + : This worker does not support model version. It may run on a process that has a model, but it will ignore it. `docker` : Regroups Docker-related configuration attributes: