diff --git a/docs/contents/workers/yaml.md b/docs/contents/workers/yaml.md
index ba5fc7ab94aa20cd292eaa6d33370f2275c51dec..f1e9cac6314fd7627b8ff809d5d55edd0137bdb2 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: