Fix typos

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jack Ye 2025-10-16 20:33:56 +08:00 committed by GitHub
parent 62cca42f07
commit c30cd7c747
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -102,7 +102,7 @@ public class SearchWindowPluginHotkey : BasePluginHotkey
public enum HotkeyType
{
/// <summary>
/// A hotkey that will be trigged globally, regardless of the active window.
/// A hotkey that will be triggered globally, regardless of the active window.
/// </summary>
Global,