diff --git a/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs b/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs
index c2ead6c9c..13905788a 100644
--- a/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs
+++ b/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs
@@ -178,7 +178,7 @@ namespace Flow.Launcher.Plugin.SharedCommands
///
/// Gets the previous level directory from a path string.
/// Checks that previous level directory exists and returns it
- /// as a path string, or empty string if doesn't exit
+ /// as a path string, or empty string if doesn't exist
///
public static string GetPreviousExistingDirectory(Func locationExists, string path)
{