From 1aab6f7b86636a3e01321b86a76c20e4f4fae0af Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Tue, 9 Jun 2026 12:43:45 +0200 Subject: [PATCH] Fixed spelling --- .../Components/ConfigurationShortcut.razor.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/MindWork AI Studio/Components/ConfigurationShortcut.razor.cs b/app/MindWork AI Studio/Components/ConfigurationShortcut.razor.cs index 8afdc4b6..1d2abe3c 100644 --- a/app/MindWork AI Studio/Components/ConfigurationShortcut.razor.cs +++ b/app/MindWork AI Studio/Components/ConfigurationShortcut.razor.cs @@ -25,7 +25,7 @@ public partial class ConfigurationShortcut : ConfigurationBaseCore public Func Shortcut { get; set; } = () => string.Empty; /// - /// An action which is called when the shortcut was changed. + /// An action that is called when the shortcut was changed. /// [Parameter] public Action ShortcutUpdate { get; set; } = _ => { }; @@ -43,7 +43,7 @@ public partial class ConfigurationShortcut : ConfigurationBaseCore public Func ShortcutDisplaySource { get; set; } = () => string.Empty; /// - /// An action which is called when the user-facing shortcut label was changed. + /// An action that is called when the user-facing shortcut label was changed. /// [Parameter] public Action ShortcutDisplayUpdate { get; set; } = (_, _) => { };