diff --git a/src/caoscrawler/converters/converters.py b/src/caoscrawler/converters/converters.py
index 874b348cbdfa1d8307c48428d8162194dd9a11bb..8b5f9a60c999cb0c2366fb3ce1e385729a39d4dd 100644
--- a/src/caoscrawler/converters/converters.py
+++ b/src/caoscrawler/converters/converters.py
@@ -183,7 +183,7 @@ value: Union[dict, str, list]
     - if it starts with '+', collection mode is "list",
     - in case of '*', collection mode is "multiproperty",
     - and everything else is "single".
-  - If *list*, each element is checked for replacement and the
+  - If *list*, each element is checked for variable replacement and the
     resulting list will be used as (list) value for the property
 
 Returns
diff --git a/src/doc/cfood.rst b/src/doc/cfood.rst
index 31b0e2c252b49b5fa81f9c1269dcf42a2be03f13..a42d593035bd37d0712986c958fb8ad7ad287968 100644
--- a/src/doc/cfood.rst
+++ b/src/doc/cfood.rst
@@ -232,7 +232,7 @@ in a vairable with the same name (as it is the case for other Records).
 
       somefile:
 	type: SimpleFile
-	match: ^params.*$  # macht any file that starts with "params"
+	match: ^params.*$  # match any file that starts with "params"
 	records:
 	  fileEntity:
 	    role: File           # necessary to create a File Entity