mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix typos
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
c2c8a82472
commit
0dd2f5c6ce
1 changed files with 1 additions and 1 deletions
|
|
@ -259,7 +259,7 @@ namespace Flow.Launcher.Plugin
|
|||
|
||||
/// <summary>
|
||||
/// List of hotkey IDs that are supported for this result.
|
||||
/// Those hotkeys should be registed by IPluginHotkey interface.
|
||||
/// Those hotkeys should be registered by IPluginHotkey interface.
|
||||
/// </summary>
|
||||
public IList<int> HotkeyIds { get; set; } = new List<int>();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue