From f6759a50d3ad071166fbe4b95ca0b369c555b0ce Mon Sep 17 00:00:00 2001 From: Jack Ye <1160210343@qq.com> Date: Thu, 16 Oct 2025 20:34:33 +0800 Subject: [PATCH] Fix typos Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs b/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs index 932ce268e..dfa9b1eb6 100644 --- a/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs +++ b/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs @@ -389,7 +389,7 @@ namespace Flow.Launcher.Plugin.SharedCommands } /// - /// Returns true is the given name is a valid name for a directory, not a path + /// Returns true if the given name is a valid name for a directory, not a path /// public static bool IsValidDirectoryName(string name) {