From 91a4c7c928a674533c62947a16c3a4c37d5d2b3e Mon Sep 17 00:00:00 2001
From: Alexander Schlemmer <a.schlemmer@indiscale.com>
Date: Fri, 23 Aug 2024 13:03:34 +0200
Subject: [PATCH] DOC: fixed a typo

---
 src/caoscrawler/cfood-schema.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/caoscrawler/cfood-schema.yml b/src/caoscrawler/cfood-schema.yml
index d5abb861..3e1d51c3 100644
--- a/src/caoscrawler/cfood-schema.yml
+++ b/src/caoscrawler/cfood-schema.yml
@@ -91,7 +91,7 @@ cfood:
             - variable_name
           properties:
             variable_name:
-              description: Name of the record by which it can be accessed in the cfood definiton. Can also be the name of an existing record in which case that record will be treted by the PropertiesFromDictConverter.
+              description: Name of the record by which it can be accessed in the cfood definiton. Can also be the name of an existing record in which case that record will be treated by the PropertiesFromDictConverter.
               type: string
             properties_blacklist:
               description: List of keys to be ignored in the automatic treatment.  They will be ignored on all levels of the dictionary.
-- 
GitLab