We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f8b2d7 commit dbfa2bdCopy full SHA for dbfa2bd
Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs
@@ -178,7 +178,7 @@ public static bool IsLocationPathString(string querySearchString)
178
///<summary>
179
/// Gets the previous level directory from a path string.
180
/// Checks that previous level directory exists and returns it
181
- /// as a path string, or empty string if doesn't exit
+ /// as a path string, or empty string if doesn't exist
182
///</summary>
183
public static string GetPreviousExistingDirectory(Func<string, bool> locationExists, string path)
184
{
0 commit comments