From 8287b3373b6d8944ce97b7436dfd1c5ccf0803a4 Mon Sep 17 00:00:00 2001
From: Jack Ye <1160210343@qq.com>
Date: Fri, 13 Jun 2025 14:27:24 +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 45424cccb..064a15f48 100644
--- a/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs
+++ b/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs
@@ -586,7 +586,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