From ee5995049214811a718e38cc7dcac3953b4511bf Mon Sep 17 00:00:00 2001
From: "Dmitry Yu. Naumov" <github@naumov.de>
Date: Sat, 7 Aug 2021 09:02:08 +0000
Subject: [PATCH] [web] Fix include tag file attribute.

---
 web/content/docs/userguide/basics/project-file.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/content/docs/userguide/basics/project-file.md b/web/content/docs/userguide/basics/project-file.md
index 77efd42b337..dbba08b7ef7 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.
 
-- 
GitLab