From eaea38c13ab7c6536ee3b92bf8ad9b8ff436c599 Mon Sep 17 00:00:00 2001 From: Jack Ye <1160210343@qq.com> Date: Sun, 4 May 2025 11:40:45 +0800 Subject: [PATCH] Fix typos Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- Flow.Launcher.Plugin/Interfaces/IHomeQuery.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher.Plugin/Interfaces/IHomeQuery.cs b/Flow.Launcher.Plugin/Interfaces/IHomeQuery.cs index f3c9cfcad..129f43b85 100644 --- a/Flow.Launcher.Plugin/Interfaces/IHomeQuery.cs +++ b/Flow.Launcher.Plugin/Interfaces/IHomeQuery.cs @@ -8,7 +8,7 @@ namespace Flow.Launcher.Plugin /// Synchronous Query Model for Flow Launcher When Query Text is Empty /// /// If the Querying method requires high IO transmission - /// or performaing CPU intense jobs (performing better with cancellation), please try the IAsyncHomeQuery interface + /// or performing CPU intense jobs (performing better with cancellation), please try the IAsyncHomeQuery interface /// /// public interface IHomeQuery : IAsyncHomeQuery