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) {