We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b497f7b commit 0250a28Copy full SHA for 0250a28
Plugins/Flow.Launcher.Plugin.WindowsSettings/Classes/WindowsSetting.cs
@@ -1,4 +1,4 @@
1
-using System.Collections.Generic;
+using System.Collections.Generic;
2
3
namespace Flow.Launcher.Plugin.WindowsSettings.Classes
4
{
@@ -55,7 +55,7 @@ public WindowsSetting()
55
public IEnumerable<IEnumerable<string>>? Keywords { get; set; }
56
57
/// <summary>
58
- /// Gets or sets the Ghyph of this setting
+ /// Gets or sets the Glyph of this setting
59
/// </summary>
60
public string? glyph { get; set; }
61
0 commit comments