diff --git a/src/modules/cmdpal/extensionsdk/Microsoft.CommandPalette.Extensions.Toolkit/CommandItem.cs b/src/modules/cmdpal/extensionsdk/Microsoft.CommandPalette.Extensions.Toolkit/CommandItem.cs index 6a40307591..fc2de06548 100644 --- a/src/modules/cmdpal/extensionsdk/Microsoft.CommandPalette.Extensions.Toolkit/CommandItem.cs +++ b/src/modules/cmdpal/extensionsdk/Microsoft.CommandPalette.Extensions.Toolkit/CommandItem.cs @@ -15,7 +15,7 @@ public partial class CommandItem : BaseObservable, ICommandItem // appropriate. // // Putting it directly here will cause out-of-proc extensions to fail to - // load the context menu commands, for unknown cswinrt reasons. + // load the context menu commands, for unknown CsWinRT reasons. private readonly PropertySet _extendedAttributes = new(); private ICommand? _command;