diff --git a/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs b/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs index db5bc53ce..932ce268e 100644 --- a/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs +++ b/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs @@ -376,7 +376,7 @@ namespace Flow.Launcher.Plugin.SharedCommands } /// - /// Return true is the given name is a valid file name + /// Returns true if the given name is a valid file name /// public static bool IsValidFileName(string name) {