From 5ddf705a2f700934875752f8e4175369f252a87f Mon Sep 17 00:00:00 2001 From: Jack Ye <1160210343@qq.com> Date: Fri, 13 Jun 2025 14:29:58 +0800 Subject: [PATCH] Fix typo Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs b/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs index 064a15f48..260a46112 100644 --- a/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs +++ b/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs @@ -600,7 +600,7 @@ namespace Flow.Launcher.Plugin /// Start a process with the given file path and arguments /// /// - /// It can help to start a deelevated process and show user account control dialog when Flow is running as administrator. + /// It can help to start a de-elevated process and show user account control dialog when Flow is running as administrator. /// /// Absolute file path. It can be an executable file or a script file /// Working directory. If not specified, the current directory will be used