diff --git a/Plugins/Flow.Launcher.Plugin.WindowsSettings/Classes/WindowsSetting.cs b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Classes/WindowsSetting.cs index aa90e900f..014025481 100644 --- a/Plugins/Flow.Launcher.Plugin.WindowsSettings/Classes/WindowsSetting.cs +++ b/Plugins/Flow.Launcher.Plugin.WindowsSettings/Classes/WindowsSetting.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; namespace Flow.Launcher.Plugin.WindowsSettings.Classes { @@ -55,7 +55,7 @@ namespace Flow.Launcher.Plugin.WindowsSettings.Classes public IEnumerable>? Keywords { get; set; } /// - /// Gets or sets the Ghyph of this setting + /// Gets or sets the Glyph of this setting /// public string? glyph { get; set; }