From c30cd7c747e4df1c4545d4bfe8c039b435e240d2 Mon Sep 17 00:00:00 2001 From: Jack Ye <1160210343@qq.com> Date: Thu, 16 Oct 2025 20:33:56 +0800 Subject: [PATCH] Fix typos Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- Flow.Launcher.Plugin/PluginHotkey.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher.Plugin/PluginHotkey.cs b/Flow.Launcher.Plugin/PluginHotkey.cs index f2b5f8503..cf463e7b8 100644 --- a/Flow.Launcher.Plugin/PluginHotkey.cs +++ b/Flow.Launcher.Plugin/PluginHotkey.cs @@ -102,7 +102,7 @@ public class SearchWindowPluginHotkey : BasePluginHotkey public enum HotkeyType { /// - /// A hotkey that will be trigged globally, regardless of the active window. + /// A hotkey that will be triggered globally, regardless of the active window. /// Global,