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