Fix typos

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jack Ye 2025-10-16 20:34:33 +08:00 committed by GitHub
parent af5950b178
commit f6759a50d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -389,7 +389,7 @@ namespace Flow.Launcher.Plugin.SharedCommands
}
/// <summary>
/// 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
/// </summary>
public static bool IsValidDirectoryName(string name)
{