update typo

This commit is contained in:
Jeremy 2021-12-02 21:53:56 +11:00
parent b497f7bf52
commit 0250a28c9f

View file

@ -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<IEnumerable<string>>? Keywords { get; set; }
/// <summary>
/// Gets or sets the Ghyph of this setting
/// Gets or sets the Glyph of this setting
/// </summary>
public string? glyph { get; set; }