From 25d4375da177286ae10855acaac90ea4748200ab Mon Sep 17 00:00:00 2001
From: Yoann Schneider <yschneider@teklia.com>
Date: Mon, 18 Dec 2023 09:35:05 +0000
Subject: [PATCH] Apply 2 suggestion(s) to 1 file(s)

---
 docs/contents/workers/yaml.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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