From 2b6aa8a06ef8dbe200e93a480a68ae16612a847b Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Thu, 4 Dec 2025 19:21:12 +0100 Subject: [PATCH] Spelling --- app/MindWork AI Studio/Components/AttachDocuments.razor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/MindWork AI Studio/Components/AttachDocuments.razor.cs b/app/MindWork AI Studio/Components/AttachDocuments.razor.cs index 6ed6b104..cf6e1010 100644 --- a/app/MindWork AI Studio/Components/AttachDocuments.razor.cs +++ b/app/MindWork AI Studio/Components/AttachDocuments.razor.cs @@ -167,7 +167,7 @@ public partial class AttachDocuments : MSGComponentBase } /// - /// The user might want to check what the Pandoc integration actually extracts from his file and therefore gives the LLM as input. + /// The user might want to check what we actually extract from his file and therefore give the LLM as an input. /// /// The file to check. private async Task InvestigateFile(FileInfo file)