From 1b9530bc1fe8d48d7f2ace69cfabb54e618285ea Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Tue, 9 Jul 2024 20:19:17 +0200 Subject: [PATCH] Spelling --- app/MindWork AI Studio/Settings/SendBehavior.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/MindWork AI Studio/Settings/SendBehavior.cs b/app/MindWork AI Studio/Settings/SendBehavior.cs index 96a3fd59..cc92883a 100644 --- a/app/MindWork AI Studio/Settings/SendBehavior.cs +++ b/app/MindWork AI Studio/Settings/SendBehavior.cs @@ -13,7 +13,7 @@ public enum SendBehavior /// /// The user can send the input to the AI by pressing any modifier key - /// together with the enter key. Alternatively, the user can click the send + /// together with the enter key. Alternatively, the user can click the sent /// button. The enter key alone adds a new line. /// MODIFER_ENTER_IS_SENDING,