From d7f918c3d137fe72c58623d9fdc7eaceff7b9013 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 10 Nov 2024 21:33:54 +0100 Subject: [PATCH] Spelling --- app/MindWork AI Studio/Chat/ContentText.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/MindWork AI Studio/Chat/ContentText.cs b/app/MindWork AI Studio/Chat/ContentText.cs index bbf65065..8cb5fe2a 100644 --- a/app/MindWork AI Studio/Chat/ContentText.cs +++ b/app/MindWork AI Studio/Chat/ContentText.cs @@ -40,7 +40,7 @@ public sealed class ContentText : IContent if(chatThread is null) return; - // Store the last time we got a response. We use this ater + // Store the last time we got a response. We use this later // to determine whether we should notify the UI about the // new content or not. Depends on the energy saving mode // the user chose.