mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
update typo
This commit is contained in:
parent
b497f7bf52
commit
0250a28c9f
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
||||||
namespace Flow.Launcher.Plugin.WindowsSettings.Classes
|
namespace Flow.Launcher.Plugin.WindowsSettings.Classes
|
||||||
{
|
{
|
||||||
|
|
@ -55,7 +55,7 @@ namespace Flow.Launcher.Plugin.WindowsSettings.Classes
|
||||||
public IEnumerable<IEnumerable<string>>? Keywords { get; set; }
|
public IEnumerable<IEnumerable<string>>? Keywords { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the Ghyph of this setting
|
/// Gets or sets the Glyph of this setting
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string? glyph { get; set; }
|
public string? glyph { get; set; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue