Fix typos

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Jack Ye 2025-07-10 22:43:31 +08:00 committed by GitHub
parent c2c8a82472
commit 0dd2f5c6ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>();