From 0dd2f5c6cecc3ef6a8a5b76a72a5f6cd91630d78 Mon Sep 17 00:00:00 2001 From: Jack Ye <1160210343@qq.com> Date: Thu, 10 Jul 2025 22:43:31 +0800 Subject: [PATCH] Fix typos Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- Flow.Launcher.Plugin/Result.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher.Plugin/Result.cs b/Flow.Launcher.Plugin/Result.cs index 2e73d7b3b..07cff6fd0 100644 --- a/Flow.Launcher.Plugin/Result.cs +++ b/Flow.Launcher.Plugin/Result.cs @@ -259,7 +259,7 @@ namespace Flow.Launcher.Plugin /// /// 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. /// public IList HotkeyIds { get; set; } = new List();