mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-11 22:12:11 +00:00
Fixed spelling
This commit is contained in:
parent
a41c2e3350
commit
1aab6f7b86
@ -25,7 +25,7 @@ public partial class ConfigurationShortcut : ConfigurationBaseCore
|
||||
public Func<string> Shortcut { get; set; } = () => string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// An action which is called when the shortcut was changed.
|
||||
/// An action that is called when the shortcut was changed.
|
||||
/// </summary>
|
||||
[Parameter]
|
||||
public Action<string> ShortcutUpdate { get; set; } = _ => { };
|
||||
@ -43,7 +43,7 @@ public partial class ConfigurationShortcut : ConfigurationBaseCore
|
||||
public Func<string> ShortcutDisplaySource { get; set; } = () => string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 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.
|
||||
/// </summary>
|
||||
[Parameter]
|
||||
public Action<string, string> ShortcutDisplayUpdate { get; set; } = (_, _) => { };
|
||||
|
||||
Loading…
Reference in New Issue
Block a user