diff --git a/web/content/docs/userguide/basics/project-file.md b/web/content/docs/userguide/basics/project-file.md
index 77efd42b337d07d9b390ef4ce02cc5529d26092b..dbba08b7ef7b6aa073a5941ee235316ea0707033 100644
--- a/web/content/docs/userguide/basics/project-file.md
+++ b/web/content/docs/userguide/basics/project-file.md
@@ -15,7 +15,7 @@ Two methods allow you to modularize your project files and avoid repetition:
 
 ## Option 1: Include XML-content from other files
 
-The `<include filename="other_file.xml" />`-tag allows to include the content of another XML into the current project file.
+The `<include file="other_file.xml" />`-tag allows to include the content of another XML into the current project file.
 
 **Limitation:** Only one child `include`-element per (regular) XML-element is allowed.