mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
6109504ddc
commit
8287b3373b
1 changed files with 1 additions and 1 deletions
|
|
@ -586,7 +586,7 @@ namespace Flow.Launcher.Plugin
|
|||
/// Start a process with the given file path and arguments
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 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.
|
||||
/// </remarks>
|
||||
/// <param name="filePath">Absolute file path. It can be an executable file or a script file</param>
|
||||
/// <param name="workingDirectory">Working directory. If not specified, the current directory will be used</param>
|
||||
|
|
|
|||
Loading…
Reference in a new issue