We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6109504 commit 8287b33Copy full SHA for 8287b33
Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs
@@ -586,7 +586,7 @@ public interface IPublicAPI
586
/// Start a process with the given file path and arguments
587
/// </summary>
588
/// <remarks>
589
- /// 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.
590
/// </remarks>
591
/// <param name="filePath">Absolute file path. It can be an executable file or a script file</param>
592
/// <param name="workingDirectory">Working directory. If not specified, the current directory will be used</param>
0 commit comments