From 6d2be7a3a1202d32d7cdc52465d3e4cf1e42cb9c Mon Sep 17 00:00:00 2001 From: Jack Ye <1160210343@qq.com> Date: Thu, 16 Oct 2025 20:40:09 +0800 Subject: [PATCH] Fix typos Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@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 cf463e7b8..7d269ece5 100644 --- a/Flow.Launcher.Plugin/PluginHotkey.cs +++ b/Flow.Launcher.Plugin/PluginHotkey.cs @@ -61,7 +61,7 @@ public class BasePluginHotkey } /// -/// Represent a global plugin hotkey model. +/// Represents a global plugin hotkey model. /// public class GlobalPluginHotkey : BasePluginHotkey {