diff --git a/Flow.Launcher.Plugin/Interfaces/IHomeQuery.cs b/Flow.Launcher.Plugin/Interfaces/IHomeQuery.cs index 129f43b85..81186fca2 100644 --- a/Flow.Launcher.Plugin/Interfaces/IHomeQuery.cs +++ b/Flow.Launcher.Plugin/Interfaces/IHomeQuery.cs @@ -17,7 +17,7 @@ namespace Flow.Launcher.Plugin /// Querying When Query Text is Empty /// /// This method will be called within a Task.Run, - /// so please avoid synchrously wait for long. + /// so please avoid synchronously wait for long. /// /// ///